Html Css Color HEX #CB00DC Deep Magenta

📋 copy color: '#CB00DC'

red 203 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #CB00DC

Tints of Deep Magenta #CB00DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 47.99%
G = 0%
B = 52.01%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB00DC (or 0xCB00DC) is known color: Deep Magenta. HEX triplet: CB, 00 and DC. RGB value is (203,0,220). Sum of RGB (Red+Green+Blue) = 203+0+220=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB00DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00DC is #34FF23. Grayscale: #555555. Windows color (decimal): -3473188 or 14418123. OLE color: 14418123.

HSL color Cylindrical-coordinate representation of color #CB00DC: hue angle of 295.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00DC is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 0 220 -
CMYK 0.08 1 0 0.14
HSL 295.36º 1% 0.43% -
HSV(B) 295.36º 1% 0.86% -
XYZ 37.55 17.86 69.18 -
YUV 85.78 203.75 211.61 -
System Red Green Blue C M Y K H S L
Decimal 203 0 220 0.08 1 0 0.14 295.36 1 0.43
Hex CB 0 DC 8 64 0 E 127 64 2B
Octal 313 0 334 10 144 0 16 447 144 53
Binary 11001011 0 11011100 1000 1100100 0 1110 100100111 1100100 101011

Color Harmonies of #CB00DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB00DC

Black with #CB00DC

Text Example


Text Example

White with #CB00DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB00DC; }

 p { color: rgb(203,0,220); }

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

background-color css

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

 a { background-color: rgb(203,0,220); }

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

border-color css

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

 span { border-color: rgb(203,0,220); }

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