Html Css Color HEX #CB15CC Deep Magenta

📋 copy color: '#CB15CC'

red 203 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #CB15CC

Tints of Deep Magenta #CB15CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 47.43%
G = 4.91%
B = 47.66%

CMYK

 C value IS 0.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB15CC (or 0xCB15CC) is known color: Deep Magenta. HEX triplet: CB, 15 and CC. RGB value is (203,21,204). Sum of RGB (Red+Green+Blue) = 203+21+204=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB15CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB15CC is #34EA33. Grayscale: #5F5F5F. Windows color (decimal): -3467828 or 13374923. OLE color: 13374923.

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

Color convert

RGB 203 21 204 -
CMYK 0.00 0.90 0 0.2
HSL 299.67º 0.81% 0.44% -
HSV(B) 299.67º 0.9% 0.8% -
XYZ 35.8 17.59 58.64 -
YUV 96.28 188.8 204.12 -
System Red Green Blue C M Y K H S L
Decimal 203 21 204 0.00 0.90 0 0.2 299.67 0.81 0.44
Hex CB 15 CC 0 5A 0 14 12C 51 2C
Octal 313 25 314 0 132 0 24 454 121 54
Binary 11001011 10101 11001100 0 1011010 0 10100 100101100 1010001 101100

Color Harmonies of #CB15CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15CC

Black with #CB15CC

Text Example


Text Example

White with #CB15CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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