Html Css Color HEX #C402C0 Deep Magenta

📋 copy color: '#C402C0'

red 196 ◦ green 2 ◦ blue 192

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

Shades of Deep Magenta #C402C0

Tints of Deep Magenta #C402C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.23%

R = 50.26%
G = 0.51%
B = 49.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C402C0 (or 0xC402C0) is known color: Deep Magenta. HEX triplet: C4, 02 and C0. RGB value is (196,2,192). Sum of RGB (Red+Green+Blue) = 196+2+192=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C402C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C402C0 is #3BFD3F. Grayscale: #515151. Windows color (decimal): -3931456 or 12583620. OLE color: 12583620.

HSL color Cylindrical-coordinate representation of color #C402C0: hue angle of 301.24º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C402C0 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 192 -
CMYK 0 0.99 0.02 0.23
HSL 301.24º 0.98% 0.39% -
HSV(B) 301.24º 0.99% 0.77% -
XYZ 32.3 15.58 51.17 -
YUV 81.67 190.27 209.55 -
System Red Green Blue C M Y K H S L
Decimal 196 2 192 0 0.99 0.02 0.23 301.24 0.98 0.39
Hex C4 2 C0 0 63 2 17 12D 62 27
Octal 304 2 300 0 143 2 27 455 142 47
Binary 11000100 10 11000000 0 1100011 10 10111 100101101 1100010 100111

Color Harmonies of #C402C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C402C0

Black with #C402C0

Text Example


Text Example

White with #C402C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C402C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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