Html Css Color HEX #CB15BA Deep Magenta

📋 copy color: '#CB15BA'

red 203 ◦ green 21 ◦ blue 186

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

Shades of Deep Magenta #CB15BA

Tints of Deep Magenta #CB15BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.12%

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

R = 49.51%
G = 5.12%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB15BA (or 0xCB15BA) is known color: Deep Magenta. HEX triplet: CB, 15 and BA. RGB value is (203,21,186). Sum of RGB (Red+Green+Blue) = 203+21+186=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB15BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB15BA is #34EA45. Grayscale: #5D5D5D. Windows color (decimal): -3467846 or 12195275. OLE color: 12195275.

HSL color Cylindrical-coordinate representation of color #CB15BA: hue angle of 305.6º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB15BA is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 21 186 -
CMYK 0 0.90 0.08 0.20
HSL 305.6º 0.81% 0.44% -
HSV(B) 305.6º 0.9% 0.8% -
XYZ 33.76 16.78 47.91 -
YUV 94.23 179.8 205.58 -
System Red Green Blue C M Y K H S L
Decimal 203 21 186 0 0.90 0.08 0.20 305.6 0.81 0.44
Hex CB 15 BA 0 5A 8 14 132 51 2C
Octal 313 25 272 0 132 10 24 462 121 54
Binary 11001011 10101 10111010 0 1011010 1000 10100 100110010 1010001 101100

Color Harmonies of #CB15BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15BA

Black with #CB15BA

Text Example


Text Example

White with #CB15BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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