Html Css Color HEX #CB02CC Deep Magenta

📋 copy color: '#CB02CC'

red 203 ◦ green 2 ◦ blue 204

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

Shades of Deep Magenta #CB02CC

Tints of Deep Magenta #CB02CC

RGB

 RED value IS 203 (79.69% from 255) = 49.63%

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

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

R = 49.63%
G = 0.49%
B = 49.88%

CMYK

 C value IS 0.00

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB02CC (or 0xCB02CC) is known color: Deep Magenta. HEX triplet: CB, 02 and CC. RGB value is (203,2,204). Sum of RGB (Red+Green+Blue) = 203+2+204=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB02CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB02CC is #34FD33. Grayscale: #545454. Windows color (decimal): -3472692 or 13370059. OLE color: 13370059.

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

Color convert

RGB 203 2 204 -
CMYK 0.00 0.99 0 0.2
HSL 299.7º 0.98% 0.4% -
HSV(B) 299.7º 0.99% 0.8% -
XYZ 35.55 17.1 58.55 -
YUV 85.13 195.09 212.07 -
System Red Green Blue C M Y K H S L
Decimal 203 2 204 0.00 0.99 0 0.2 299.7 0.98 0.4
Hex CB 2 CC 0 63 0 14 12C 62 28
Octal 313 2 314 0 143 0 24 454 142 50
Binary 11001011 10 11001100 0 1100011 0 10100 100101100 1100010 101000

Color Harmonies of #CB02CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB02CC

Black with #CB02CC

Text Example


Text Example

White with #CB02CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB02CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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