Html Css Color HEX #C404CE Deep Magenta

📋 copy color: '#C404CE'

red 196 ◦ green 4 ◦ blue 206

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

Shades of Deep Magenta #C404CE

Tints of Deep Magenta #C404CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.99%

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 48.28%
G = 0.99%
B = 50.74%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C404CE (or 0xC404CE) is known color: Deep Magenta. HEX triplet: C4, 04 and CE. RGB value is (196,4,206). Sum of RGB (Red+Green+Blue) = 196+4+206=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #C404CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C404CE is #3BFB31. Grayscale: #535353. Windows color (decimal): -3930930 or 13501636. OLE color: 13501636.

HSL color Cylindrical-coordinate representation of color #C404CE: hue angle of 297.03º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C404CE is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 4 206 -
CMYK 0.05 0.98 0 0.19
HSL 297.03º 0.96% 0.41% -
HSV(B) 297.03º 0.98% 0.81% -
XYZ 33.95 16.28 59.75 -
YUV 84.44 196.61 207.57 -
System Red Green Blue C M Y K H S L
Decimal 196 4 206 0.05 0.98 0 0.19 297.03 0.96 0.41
Hex C4 4 CE 5 62 0 13 129 60 29
Octal 304 4 316 5 142 0 23 451 140 51
Binary 11000100 100 11001110 101 1100010 0 10011 100101001 1100000 101001

Color Harmonies of #C404CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C404CE

Black with #C404CE

Text Example


Text Example

White with #C404CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C404CE; }

 p { color: rgb(196,4,206); }

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

background-color css

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

 a { background-color: rgb(196,4,206); }

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

border-color css

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

 span { border-color: rgb(196,4,206); }

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