Html Css Color HEX #CB02D9 Deep Magenta

📋 copy color: '#CB02D9'

red 203 ◦ green 2 ◦ blue 217

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

Shades of Deep Magenta #CB02D9

Tints of Deep Magenta #CB02D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 51.42%

R = 48.1%
G = 0.47%
B = 51.42%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB02D9 (or 0xCB02D9) is known color: Deep Magenta. HEX triplet: CB, 02 and D9. RGB value is (203,2,217). Sum of RGB (Red+Green+Blue) = 203+2+217=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 217 (85.16% from 255 or 51.42% from 422); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB02D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB02D9 is #34FD26. Grayscale: #555555. Windows color (decimal): -3472679 or 14222027. OLE color: 14222027.

HSL color Cylindrical-coordinate representation of color #CB02D9: hue angle of 296.09º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB02D9 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 2 217 -
CMYK 0.06 0.99 0 0.15
HSL 296.09º 0.98% 0.43% -
HSV(B) 296.09º 0.99% 0.85% -
XYZ 37.17 17.75 67.11 -
YUV 86.61 201.59 211.02 -
System Red Green Blue C M Y K H S L
Decimal 203 2 217 0.06 0.99 0 0.15 296.09 0.98 0.43
Hex CB 2 D9 6 63 0 F 128 62 2B
Octal 313 2 331 6 143 0 17 450 142 53
Binary 11001011 10 11011001 110 1100011 0 1111 100101000 1100010 101011

Color Harmonies of #CB02D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB02D9

Black with #CB02D9

Text Example


Text Example

White with #CB02D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB02D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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