Html Css Color HEX #C02FA4 Medium Red Violet

📋 copy color: '#C02FA4'

red 192 ◦ green 47 ◦ blue 164

#C02FA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #C02FA4

Tints of Medium Red Violet #C02FA4

RGB

 RED value IS 192 (75.39% from 255) = 47.64%

 GREEN value IS 47 (18.75% from 255) = 11.66%

 BLUE value IS 164 (64.45% from 255) = 40.69%

R = 47.64%
G = 11.66%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C02FA4 (or 0xC02FA4) is known color: Medium Red Violet. HEX triplet: C0, 2F and A4. RGB value is (192,47,164). Sum of RGB (Red+Green+Blue) = 192+47+164=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C02FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02FA4 is #3FD05B. Grayscale: #676767. Windows color (decimal): -4182108 or 10760128. OLE color: 10760128.

HSL color Cylindrical-coordinate representation of color #C02FA4: hue angle of 311.59º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02FA4 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 47 164 -
CMYK 0 0.76 0.15 0.25
HSL 311.59º 0.61% 0.47% -
HSV(B) 311.59º 0.76% 0.75% -
XYZ 29.46 15.92 36.64 -
YUV 103.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 192 47 164 0 0.76 0.15 0.25 311.59 0.61 0.47
Hex C0 2F A4 0 4C F 19 138 3D 2F
Octal 300 57 244 0 114 17 31 470 75 57
Binary 11000000 101111 10100100 0 1001100 1111 11001 100111000 111101 101111

Color Harmonies of #C02FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02FA4

Black with #C02FA4

Text Example


Text Example

White with #C02FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02FA4; }

 p { color: rgb(192,47,164); }

 H1.HeaderClassName
 {
   color: #C02FA4;
 }
 .AnyTagClassName
 {
   color: #C02FA4;
 }
</style>

background-color css

<style>
 a { background-color: #C02FA4; }

 a { background-color: rgb(192,47,164); }

 div.DivClassName
 {
   background-color: #C02FA4;
 }
 .BgClassName
 {
   background-color: #C02FA4;
 }
</style>

border-color css

<style>
 span { border-color: #C02FA4; }

 span { border-color: rgb(192,47,164); }

 td.TdClassName
 {
   border-color: #C02FA4;
 }
 .TagClassName
 {
   border-color: #C02FA4;
 }
</style>