Html Css Color HEX #C406DF Deep Magenta

📋 copy color: '#C406DF'

red 196 ◦ green 6 ◦ blue 223

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

Shades of Deep Magenta #C406DF

Tints of Deep Magenta #C406DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 46.12%
G = 1.41%
B = 52.47%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C406DF (or 0xC406DF) is known color: Deep Magenta. HEX triplet: C4, 06 and DF. RGB value is (196,6,223). Sum of RGB (Red+Green+Blue) = 196+6+223=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #C406DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C406DF is #3BF920. Grayscale: #565656. Windows color (decimal): -3930401 or 14616260. OLE color: 14616260.

HSL color Cylindrical-coordinate representation of color #C406DF: hue angle of 292.53º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C406DF is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 6 223 -
CMYK 0.12 0.97 0 0.13
HSL 292.53º 0.95% 0.45% -
HSV(B) 292.53º 0.97% 0.87% -
XYZ 36.15 17.19 71.23 -
YUV 87.55 204.45 205.36 -
System Red Green Blue C M Y K H S L
Decimal 196 6 223 0.12 0.97 0 0.13 292.53 0.95 0.45
Hex C4 6 DF C 61 0 D 125 5F 2D
Octal 304 6 337 14 141 0 15 445 137 55
Binary 11000100 110 11011111 1100 1100001 0 1101 100100101 1011111 101101

Color Harmonies of #C406DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C406DF

Black with #C406DF

Text Example


Text Example

White with #C406DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C406DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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