Html Css Color HEX #CB15CD Deep Magenta

📋 copy color: '#CB15CD'

red 203 ◦ green 21 ◦ blue 205

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

Shades of Deep Magenta #CB15CD

Tints of Deep Magenta #CB15CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 47.32%
G = 4.9%
B = 47.79%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB15CD (or 0xCB15CD) is known color: Deep Magenta. HEX triplet: CB, 15 and CD. RGB value is (203,21,205). Sum of RGB (Red+Green+Blue) = 203+21+205=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB15CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB15CD is #34EA32. Grayscale: #5F5F5F. Windows color (decimal): -3467827 or 13440459. OLE color: 13440459.

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

Color convert

RGB 203 21 205 -
CMYK 0.01 0.90 0 0.20
HSL 299.35º 0.81% 0.44% -
HSV(B) 299.35º 0.9% 0.8% -
XYZ 35.92 17.64 59.27 -
YUV 96.39 189.3 204.04 -
System Red Green Blue C M Y K H S L
Decimal 203 21 205 0.01 0.90 0 0.20 299.35 0.81 0.44
Hex CB 15 CD 1 5A 0 14 12B 51 2C
Octal 313 25 315 1 132 0 24 453 121 54
Binary 11001011 10101 11001101 1 1011010 0 10100 100101011 1010001 101100

Color Harmonies of #CB15CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15CD

Black with #CB15CD

Text Example


Text Example

White with #CB15CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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