Html Css Color HEX #CB15DD Deep Magenta

📋 copy color: '#CB15DD'

red 203 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #CB15DD

Tints of Deep Magenta #CB15DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 45.62%
G = 4.72%
B = 49.66%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB15DD (or 0xCB15DD) is known color: Deep Magenta. HEX triplet: CB, 15 and DD. RGB value is (203,21,221). Sum of RGB (Red+Green+Blue) = 203+21+221=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 21 (8.59% from 255 or 4.72% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB15DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB15DD is #34EA22. Grayscale: #616161. Windows color (decimal): -3467811 or 14489035. OLE color: 14489035.

HSL color Cylindrical-coordinate representation of color #CB15DD: hue angle of 294.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB15DD is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 21 221 -
CMYK 0.08 0.90 0 0.13
HSL 294.6º 0.83% 0.47% -
HSV(B) 294.6º 0.9% 0.87% -
XYZ 37.95 18.45 69.97 -
YUV 98.22 197.3 202.74 -
System Red Green Blue C M Y K H S L
Decimal 203 21 221 0.08 0.90 0 0.13 294.6 0.83 0.47
Hex CB 15 DD 8 5A 0 D 127 53 2F
Octal 313 25 335 10 132 0 15 447 123 57
Binary 11001011 10101 11011101 1000 1011010 0 1101 100100111 1010011 101111

Color Harmonies of #CB15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15DD

Black with #CB15DD

Text Example


Text Example

White with #CB15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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