Html Css Color HEX #C402CC Deep Magenta

📋 copy color: '#C402CC'

red 196 ◦ green 2 ◦ blue 204

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

Shades of Deep Magenta #C402CC

Tints of Deep Magenta #C402CC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 48.76%
G = 0.5%
B = 50.75%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C402CC (or 0xC402CC) is known color: Deep Magenta. HEX triplet: C4, 02 and CC. RGB value is (196,2,204). Sum of RGB (Red+Green+Blue) = 196+2+204=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #C402CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C402CC is #3BFD33. Grayscale: #525252. Windows color (decimal): -3931444 or 13370052. OLE color: 13370052.

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

Color convert

RGB 196 2 204 -
CMYK 0.04 0.99 0 0.2
HSL 297.62º 0.98% 0.4% -
HSV(B) 297.62º 0.99% 0.8% -
XYZ 33.69 16.14 58.47 -
YUV 83.03 196.27 208.57 -
System Red Green Blue C M Y K H S L
Decimal 196 2 204 0.04 0.99 0 0.2 297.62 0.98 0.4
Hex C4 2 CC 4 63 0 14 12A 62 28
Octal 304 2 314 4 143 0 24 452 142 50
Binary 11000100 10 11001100 100 1100011 0 10100 100101010 1100010 101000

Color Harmonies of #C402CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C402CC

Black with #C402CC

Text Example


Text Example

White with #C402CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C402CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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