Html Css Color HEX #C402BB Deep Magenta

📋 copy color: '#C402BB'

red 196 ◦ green 2 ◦ blue 187

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

Shades of Deep Magenta #C402BB

Tints of Deep Magenta #C402BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 50.91%
G = 0.52%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C402BB (or 0xC402BB) is known color: Deep Magenta. HEX triplet: C4, 02 and BB. RGB value is (196,2,187). Sum of RGB (Red+Green+Blue) = 196+2+187=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C402BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C402BB is #3BFD44. Grayscale: #505050. Windows color (decimal): -3931461 or 12255940. OLE color: 12255940.

HSL color Cylindrical-coordinate representation of color #C402BB: hue angle of 302.78º 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 #C402BB is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 187 -
CMYK 0 0.99 0.05 0.23
HSL 302.78º 0.98% 0.39% -
HSV(B) 302.78º 0.99% 0.77% -
XYZ 31.76 15.37 48.31 -
YUV 81.1 187.77 209.96 -
System Red Green Blue C M Y K H S L
Decimal 196 2 187 0 0.99 0.05 0.23 302.78 0.98 0.39
Hex C4 2 BB 0 63 5 17 12F 62 27
Octal 304 2 273 0 143 5 27 457 142 47
Binary 11000100 10 10111011 0 1100011 101 10111 100101111 1100010 100111

Color Harmonies of #C402BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C402BB

Black with #C402BB

Text Example


Text Example

White with #C402BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C402BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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