Html Css Color HEX #CB02CD Deep Magenta

📋 copy color: '#CB02CD'

red 203 ◦ green 2 ◦ blue 205

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

Shades of Deep Magenta #CB02CD

Tints of Deep Magenta #CB02CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50%

R = 49.51%
G = 0.49%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB02CD (or 0xCB02CD) is known color: Deep Magenta. HEX triplet: CB, 02 and CD. RGB value is (203,2,205). Sum of RGB (Red+Green+Blue) = 203+2+205=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB02CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB02CD is #34FD32. Grayscale: #545454. Windows color (decimal): -3472691 or 13435595. OLE color: 13435595.

HSL color Cylindrical-coordinate representation of color #CB02CD: hue angle of 299.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB02CD is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 2 205 -
CMYK 0.01 0.99 0 0.20
HSL 299.41º 0.98% 0.41% -
HSV(B) 299.41º 0.99% 0.8% -
XYZ 35.67 17.15 59.19 -
YUV 85.24 195.59 211.99 -
System Red Green Blue C M Y K H S L
Decimal 203 2 205 0.01 0.99 0 0.20 299.41 0.98 0.41
Hex CB 2 CD 1 63 0 14 12B 62 29
Octal 313 2 315 1 143 0 24 453 142 51
Binary 11001011 10 11001101 1 1100011 0 10100 100101011 1100010 101001

Color Harmonies of #CB02CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB02CD

Black with #CB02CD

Text Example


Text Example

White with #CB02CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB02CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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