Html Css Color HEX #CB00BB Deep Magenta

📋 copy color: '#CB00BB'

red 203 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #CB00BB

Tints of Deep Magenta #CB00BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 52.05%
G = 0%
B = 47.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB00BB (or 0xCB00BB) is known color: Deep Magenta. HEX triplet: CB, 00 and BB. RGB value is (203,0,187). Sum of RGB (Red+Green+Blue) = 203+0+187=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB00BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00BB is #34FF44. Grayscale: #515151. Windows color (decimal): -3473221 or 12255435. OLE color: 12255435.

HSL color Cylindrical-coordinate representation of color #CB00BB: hue angle of 304.73º 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 #CB00BB is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 0 187 -
CMYK 0 1 0.08 0.20
HSL 304.73º 1% 0.4% -
HSV(B) 304.73º 1% 0.8% -
XYZ 33.6 16.28 48.39 -
YUV 82.02 187.25 214.29 -
System Red Green Blue C M Y K H S L
Decimal 203 0 187 0 1 0.08 0.20 304.73 1 0.4
Hex CB 0 BB 0 64 8 14 131 64 28
Octal 313 0 273 0 144 10 24 461 144 50
Binary 11001011 0 10111011 0 1100100 1000 10100 100110001 1100100 101000

Color Harmonies of #CB00BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB00BB

Black with #CB00BB

Text Example


Text Example

White with #CB00BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB00BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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