Html Css Color HEX #C406A0 Medium Violet Red

📋 copy color: '#C406A0'

red 196 ◦ green 6 ◦ blue 160

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

Shades of Medium Violet Red #C406A0

Tints of Medium Violet Red #C406A0

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.66%

 BLUE value IS 160 (62.89% from 255) = 44.2%

R = 54.14%
G = 1.66%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C406A0 (or 0xC406A0) is known color: Medium Violet Red. HEX triplet: C4, 06 and A0. RGB value is (196,6,160). Sum of RGB (Red+Green+Blue) = 196+6+160=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C406A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C406A0 is #3BF95F. Grayscale: #4F4F4F. Windows color (decimal): -3930464 or 10487492. OLE color: 10487492.

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

Color convert

RGB 196 6 160 -
CMYK 0 0.97 0.18 0.23
HSL 311.37º 0.94% 0.4% -
HSV(B) 311.37º 0.97% 0.77% -
XYZ 29.18 14.4 34.5 -
YUV 80.37 172.95 210.48 -
System Red Green Blue C M Y K H S L
Decimal 196 6 160 0 0.97 0.18 0.23 311.37 0.94 0.4
Hex C4 6 A0 0 61 12 17 137 5E 28
Octal 304 6 240 0 141 22 27 467 136 50
Binary 11000100 110 10100000 0 1100001 10010 10111 100110111 1011110 101000

Color Harmonies of #C406A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C406A0

Black with #C406A0

Text Example


Text Example

White with #C406A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C406A0; }

 p { color: rgb(196,6,160); }

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

background-color css

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

 a { background-color: rgb(196,6,160); }

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

border-color css

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

 span { border-color: rgb(196,6,160); }

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