Html Css Color HEX #CB00BA Deep Magenta

📋 copy color: '#CB00BA'

red 203 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #CB00BA

Tints of Deep Magenta #CB00BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 52.19%
G = 0%
B = 47.81%

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

#CB00BA (or 0xCB00BA) is known color: Deep Magenta. HEX triplet: CB, 00 and BA. RGB value is (203,0,186). Sum of RGB (Red+Green+Blue) = 203+0+186=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB00BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00BA is #34FF45. Grayscale: #515151. Windows color (decimal): -3473222 or 12189899. OLE color: 12189899.

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

Color convert

RGB 203 0 186 -
CMYK 0 1 0.08 0.20
HSL 305.02º 1% 0.4% -
HSV(B) 305.02º 1% 0.8% -
XYZ 33.49 16.24 47.82 -
YUV 81.9 186.75 214.38 -
System Red Green Blue C M Y K H S L
Decimal 203 0 186 0 1 0.08 0.20 305.02 1 0.4
Hex CB 0 BA 0 64 8 14 131 64 28
Octal 313 0 272 0 144 10 24 461 144 50
Binary 11001011 0 10111010 0 1100100 1000 10100 100110001 1100100 101000

Color Harmonies of #CB00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB00BA

Black with #CB00BA

Text Example


Text Example

White with #CB00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB00BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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