Html Css Color HEX #C424CC Deep Magenta

📋 copy color: '#C424CC'

red 196 ◦ green 36 ◦ blue 204

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

Shades of Deep Magenta #C424CC

Tints of Deep Magenta #C424CC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.26%

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 44.95%
G = 8.26%
B = 46.79%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C424CC (or 0xC424CC) is known color: Deep Magenta. HEX triplet: C4, 24 and CC. RGB value is (196,36,204). Sum of RGB (Red+Green+Blue) = 196+36+204=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #C424CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C424CC is #3BDB33. Grayscale: #666666. Windows color (decimal): -3922740 or 13378756. OLE color: 13378756.

HSL color Cylindrical-coordinate representation of color #C424CC: hue angle of 297.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C424CC is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 36 204 -
CMYK 0.04 0.82 0 0.2
HSL 297.14º 0.7% 0.47% -
HSV(B) 297.14º 0.82% 0.8% -
XYZ 34.29 17.36 58.67 -
YUV 102.99 185.01 194.34 -
System Red Green Blue C M Y K H S L
Decimal 196 36 204 0.04 0.82 0 0.2 297.14 0.7 0.47
Hex C4 24 CC 4 52 0 14 129 46 2F
Octal 304 44 314 4 122 0 24 451 106 57
Binary 11000100 100100 11001100 100 1010010 0 10100 100101001 1000110 101111

Color Harmonies of #C424CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C424CC

Black with #C424CC

Text Example


Text Example

White with #C424CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C424CC; }

 p { color: rgb(196,36,204); }

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

background-color css

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

 a { background-color: rgb(196,36,204); }

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

border-color css

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

 span { border-color: rgb(196,36,204); }

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