Html Css Color HEX #C002CB Deep Magenta

📋 copy color: '#C002CB'

red 192 ◦ green 2 ◦ blue 203

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

Shades of Deep Magenta #C002CB

Tints of Deep Magenta #C002CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 48.36%
G = 0.5%
B = 51.13%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C002CB (or 0xC002CB) is known color: Deep Magenta. HEX triplet: C0, 02 and CB. RGB value is (192,2,203). Sum of RGB (Red+Green+Blue) = 192+2+203=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #C002CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002CB is #3FFD34. Grayscale: #515151. Windows color (decimal): -4193589 or 13304512. OLE color: 13304512.

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

Color convert

RGB 192 2 203 -
CMYK 0.05 0.99 0 0.20
HSL 296.72º 0.98% 0.4% -
HSV(B) 296.72º 0.99% 0.8% -
XYZ 32.54 15.56 57.79 -
YUV 81.72 196.45 206.66 -
System Red Green Blue C M Y K H S L
Decimal 192 2 203 0.05 0.99 0 0.20 296.72 0.98 0.4
Hex C0 2 CB 5 63 0 14 129 62 28
Octal 300 2 313 5 143 0 24 451 142 50
Binary 11000000 10 11001011 101 1100011 0 10100 100101001 1100010 101000

Color Harmonies of #C002CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002CB

Black with #C002CB

Text Example


Text Example

White with #C002CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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