Html Css Color HEX #CB15B9 Deep Magenta

📋 copy color: '#CB15B9'

red 203 ◦ green 21 ◦ blue 185

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

Shades of Deep Magenta #CB15B9

Tints of Deep Magenta #CB15B9

RGB

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

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

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

R = 49.63%
G = 5.13%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB15B9 (or 0xCB15B9) is known color: Deep Magenta. HEX triplet: CB, 15 and B9. RGB value is (203,21,185). Sum of RGB (Red+Green+Blue) = 203+21+185=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB15B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB15B9 is #34EA46. Grayscale: #5D5D5D. Windows color (decimal): -3467847 or 12129739. OLE color: 12129739.

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

Color convert

RGB 203 21 185 -
CMYK 0 0.90 0.09 0.20
HSL 305.93º 0.81% 0.44% -
HSV(B) 305.93º 0.9% 0.8% -
XYZ 33.65 16.74 47.36 -
YUV 94.11 179.3 205.66 -
System Red Green Blue C M Y K H S L
Decimal 203 21 185 0 0.90 0.09 0.20 305.93 0.81 0.44
Hex CB 15 B9 0 5A 9 14 132 51 2C
Octal 313 25 271 0 132 11 24 462 121 54
Binary 11001011 10101 10111001 0 1011010 1001 10100 100110010 1010001 101100

Color Harmonies of #CB15B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15B9

Black with #CB15B9

Text Example


Text Example

White with #CB15B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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