Html Css Color HEX #C002BB Deep Magenta

📋 copy color: '#C002BB'

red 192 ◦ green 2 ◦ blue 187

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

Shades of Deep Magenta #C002BB

Tints of Deep Magenta #C002BB

RGB

 RED value IS 192 (75.39% from 255) = 50.39%

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

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

R = 50.39%
G = 0.52%
B = 49.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C002BB (or 0xC002BB) is known color: Deep Magenta. HEX triplet: C0, 02 and BB. RGB value is (192,2,187). Sum of RGB (Red+Green+Blue) = 192+2+187=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C002BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002BB is #3FFD44. Grayscale: #4F4F4F. Windows color (decimal): -4193605 or 12255936. OLE color: 12255936.

HSL color Cylindrical-coordinate representation of color #C002BB: hue angle of 301.58º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C002BB is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 187 -
CMYK 0 0.99 0.03 0.25
HSL 301.58º 0.98% 0.38% -
HSV(B) 301.58º 0.99% 0.75% -
XYZ 30.73 14.84 48.26 -
YUV 79.9 188.45 207.96 -
System Red Green Blue C M Y K H S L
Decimal 192 2 187 0 0.99 0.03 0.25 301.58 0.98 0.38
Hex C0 2 BB 0 63 3 19 12E 62 26
Octal 300 2 273 0 143 3 31 456 142 46
Binary 11000000 10 10111011 0 1100011 11 11001 100101110 1100010 100110

Color Harmonies of #C002BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002BB

Black with #C002BB

Text Example


Text Example

White with #C002BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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