Html Css Color HEX #C408DE Deep Magenta

📋 copy color: '#C408DE'

red 196 ◦ green 8 ◦ blue 222

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

Shades of Deep Magenta #C408DE

Tints of Deep Magenta #C408DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 46.01%
G = 1.88%
B = 52.11%

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

#C408DE (or 0xC408DE) is known color: Deep Magenta. HEX triplet: C4, 08 and DE. RGB value is (196,8,222). Sum of RGB (Red+Green+Blue) = 196+8+222=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #C408DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C408DE is #3BF721. Grayscale: #575757. Windows color (decimal): -3929890 or 14551236. OLE color: 14551236.

HSL color Cylindrical-coordinate representation of color #C408DE: hue angle of 292.71º 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 #C408DE is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 8 222 -
CMYK 0.12 0.96 0 0.13
HSL 292.71º 0.93% 0.45% -
HSV(B) 292.71º 0.96% 0.87% -
XYZ 36.04 17.18 70.52 -
YUV 88.61 203.28 204.6 -
System Red Green Blue C M Y K H S L
Decimal 196 8 222 0.12 0.96 0 0.13 292.71 0.93 0.45
Hex C4 8 DE C 60 0 D 125 5D 2D
Octal 304 10 336 14 140 0 15 445 135 55
Binary 11000100 1000 11011110 1100 1100000 0 1101 100100101 1011101 101101

Color Harmonies of #C408DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C408DE

Black with #C408DE

Text Example


Text Example

White with #C408DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C408DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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