Html Css Color HEX #CB00B9 Deep Magenta

📋 copy color: '#CB00B9'

red 203 ◦ green 0 ◦ blue 185

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

Shades of Deep Magenta #CB00B9

Tints of Deep Magenta #CB00B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.68%

R = 52.32%
G = 0%
B = 47.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB00B9 (or 0xCB00B9) is known color: Deep Magenta. HEX triplet: CB, 00 and B9. RGB value is (203,0,185). Sum of RGB (Red+Green+Blue) = 203+0+185=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB00B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00B9 is #34FF46. Grayscale: #515151. Windows color (decimal): -3473223 or 12124363. OLE color: 12124363.

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

Color convert

RGB 203 0 185 -
CMYK 0 1 0.09 0.20
HSL 305.32º 1% 0.4% -
HSV(B) 305.32º 1% 0.8% -
XYZ 33.39 16.2 47.27 -
YUV 81.79 186.25 214.46 -
System Red Green Blue C M Y K H S L
Decimal 203 0 185 0 1 0.09 0.20 305.32 1 0.4
Hex CB 0 B9 0 64 9 14 131 64 28
Octal 313 0 271 0 144 11 24 461 144 50
Binary 11001011 0 10111001 0 1100100 1001 10100 100110001 1100100 101000

Color Harmonies of #CB00B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB00B9

Black with #CB00B9

Text Example


Text Example

White with #CB00B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB00B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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