Html Css Color HEX #CB15CE Deep Magenta

📋 copy color: '#CB15CE'

red 203 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #CB15CE

Tints of Deep Magenta #CB15CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 47.21%
G = 4.88%
B = 47.91%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB15CE (or 0xCB15CE) is known color: Deep Magenta. HEX triplet: CB, 15 and CE. RGB value is (203,21,206). Sum of RGB (Red+Green+Blue) = 203+21+206=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB15CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB15CE is #34EA31. Grayscale: #5F5F5F. Windows color (decimal): -3467826 or 13505995. OLE color: 13505995.

HSL color Cylindrical-coordinate representation of color #CB15CE: hue angle of 299.03º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB15CE is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 21 206 -
CMYK 0.01 0.90 0 0.19
HSL 299.03º 0.81% 0.45% -
HSV(B) 299.03º 0.9% 0.81% -
XYZ 36.04 17.69 59.91 -
YUV 96.51 189.8 203.96 -
System Red Green Blue C M Y K H S L
Decimal 203 21 206 0.01 0.90 0 0.19 299.03 0.81 0.45
Hex CB 15 CE 1 5A 0 13 12B 51 2D
Octal 313 25 316 1 132 0 23 453 121 55
Binary 11001011 10101 11001110 1 1011010 0 10011 100101011 1010001 101101

Color Harmonies of #CB15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15CE

Black with #CB15CE

Text Example


Text Example

White with #CB15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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