Html Css Color HEX #CB15AC Deep Magenta

📋 copy color: '#CB15AC'

red 203 ◦ green 21 ◦ blue 172

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

Shades of Deep Magenta #CB15AC

Tints of Deep Magenta #CB15AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 51.26%
G = 5.3%
B = 43.43%

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

#CB15AC (or 0xCB15AC) is known color: Deep Magenta. HEX triplet: CB, 15 and AC. RGB value is (203,21,172). Sum of RGB (Red+Green+Blue) = 203+21+172=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB15AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB15AC is #34EA53. Grayscale: #5C5C5C. Windows color (decimal): -3467860 or 11277771. OLE color: 11277771.

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

Color convert

RGB 203 21 172 -
CMYK 0 0.90 0.15 0.20
HSL 310.22º 0.81% 0.44% -
HSV(B) 310.22º 0.9% 0.8% -
XYZ 32.34 16.21 40.45 -
YUV 92.63 172.8 206.72 -
System Red Green Blue C M Y K H S L
Decimal 203 21 172 0 0.90 0.15 0.20 310.22 0.81 0.44
Hex CB 15 AC 0 5A F 14 136 51 2C
Octal 313 25 254 0 132 17 24 466 121 54
Binary 11001011 10101 10101100 0 1011010 1111 10100 100110110 1010001 101100

Color Harmonies of #CB15AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15AC

Black with #CB15AC

Text Example


Text Example

White with #CB15AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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