Html Css Color HEX #CB00CB Deep Magenta

📋 copy color: '#CB00CB'

red 203 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #CB00CB

Tints of Deep Magenta #CB00CB

RGB

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

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

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB00CB (or 0xCB00CB) is known color: Deep Magenta. HEX triplet: CB, 00 and CB. RGB value is (203,0,203). Sum of RGB (Red+Green+Blue) = 203+0+203=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB00CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00CB is #34FF34. Grayscale: #535353. Windows color (decimal): -3473205 or 13304011. OLE color: 13304011.

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

Color convert

RGB 203 0 203 -
CMYK 0 1 0 0.20
HSL 300º 1% 0.4% -
HSV(B) 300º 1% 0.8% -
XYZ 35.41 17.01 57.92 -
YUV 83.84 195.25 212.99 -
System Red Green Blue C M Y K H S L
Decimal 203 0 203 0 1 0 0.20 300 1 0.4
Hex CB 0 CB 0 64 0 14 12C 64 28
Octal 313 0 313 0 144 0 24 454 144 50
Binary 11001011 0 11001011 0 1100100 0 10100 100101100 1100100 101000

Color Harmonies of #CB00CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB00CB

Black with #CB00CB

Text Example


Text Example

White with #CB00CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB00CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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