Html Css Color HEX #C408DF Deep Magenta

📋 copy color: '#C408DF'

red 196 ◦ green 8 ◦ blue 223

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

Shades of Deep Magenta #C408DF

Tints of Deep Magenta #C408DF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.87%

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

R = 45.9%
G = 1.87%
B = 52.22%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C408DF (or 0xC408DF) is known color: Deep Magenta. HEX triplet: C4, 08 and DF. RGB value is (196,8,223). Sum of RGB (Red+Green+Blue) = 196+8+223=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 8 (3.52% from 255 or 1.87% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #C408DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C408DF is #3BF720. Grayscale: #585858. Windows color (decimal): -3929889 or 14616772. OLE color: 14616772.

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

Color convert

RGB 196 8 223 -
CMYK 0.12 0.96 0 0.13
HSL 292.47º 0.93% 0.45% -
HSV(B) 292.47º 0.96% 0.87% -
XYZ 36.17 17.24 71.23 -
YUV 88.72 203.78 204.52 -
System Red Green Blue C M Y K H S L
Decimal 196 8 223 0.12 0.96 0 0.13 292.47 0.93 0.45
Hex C4 8 DF C 60 0 D 124 5D 2D
Octal 304 10 337 14 140 0 15 444 135 55
Binary 11000100 1000 11011111 1100 1100000 0 1101 100100100 1011101 101101

Color Harmonies of #C408DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C408DF

Black with #C408DF

Text Example


Text Example

White with #C408DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C408DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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