Html Css Color HEX #CB15AD Deep Magenta

📋 copy color: '#CB15AD'

red 203 ◦ green 21 ◦ blue 173

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

Shades of Deep Magenta #CB15AD

Tints of Deep Magenta #CB15AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.58%

R = 51.13%
G = 5.29%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB15AD (or 0xCB15AD) is known color: Deep Magenta. HEX triplet: CB, 15 and AD. RGB value is (203,21,173). Sum of RGB (Red+Green+Blue) = 203+21+173=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB15AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB15AD is #34EA52. Grayscale: #5C5C5C. Windows color (decimal): -3467859 or 11343307. OLE color: 11343307.

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

Color convert

RGB 203 21 173 -
CMYK 0 0.90 0.15 0.20
HSL 309.89º 0.81% 0.44% -
HSV(B) 309.89º 0.9% 0.8% -
XYZ 32.44 16.25 40.96 -
YUV 92.75 173.3 206.64 -
System Red Green Blue C M Y K H S L
Decimal 203 21 173 0 0.90 0.15 0.20 309.89 0.81 0.44
Hex CB 15 AD 0 5A F 14 136 51 2C
Octal 313 25 255 0 132 17 24 466 121 54
Binary 11001011 10101 10101101 0 1011010 1111 10100 100110110 1010001 101100

Color Harmonies of #CB15AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15AD

Black with #CB15AD

Text Example


Text Example

White with #CB15AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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