Html Css Color HEX #C40CA2 Medium Violet Red

📋 copy color: '#C40CA2'

red 196 ◦ green 12 ◦ blue 162

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

Shades of Medium Violet Red #C40CA2

Tints of Medium Violet Red #C40CA2

RGB

 RED value IS 196 (76.95% from 255) = 52.97%

 GREEN value IS 12 (5.08% from 255) = 3.24%

 BLUE value IS 162 (63.67% from 255) = 43.78%

R = 52.97%
G = 3.24%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C40CA2 (or 0xC40CA2) is known color: Medium Violet Red. HEX triplet: C4, 0C and A2. RGB value is (196,12,162). Sum of RGB (Red+Green+Blue) = 196+12+162=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40CA2 is #3BF35D. Grayscale: #535353. Windows color (decimal): -3928926 or 10620100. OLE color: 10620100.

HSL color Cylindrical-coordinate representation of color #C40CA2: hue angle of 311.09º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40CA2 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 12 162 -
CMYK 0 0.94 0.17 0.23
HSL 311.09º 0.88% 0.41% -
HSV(B) 311.09º 0.94% 0.77% -
XYZ 29.42 14.61 35.45 -
YUV 84.12 171.96 207.8 -
System Red Green Blue C M Y K H S L
Decimal 196 12 162 0 0.94 0.17 0.23 311.09 0.88 0.41
Hex C4 C A2 0 5E 11 17 137 58 29
Octal 304 14 242 0 136 21 27 467 130 51
Binary 11000100 1100 10100010 0 1011110 10001 10111 100110111 1011000 101001

Color Harmonies of #C40CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40CA2

Black with #C40CA2

Text Example


Text Example

White with #C40CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40CA2; }

 p { color: rgb(196,12,162); }

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

background-color css

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

 a { background-color: rgb(196,12,162); }

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

border-color css

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

 span { border-color: rgb(196,12,162); }

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