#CB18CC

Color #CB18CC Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CB18CC

Tints of Deep Magenta #CB18CC

Color information

#CB18CC (or 0xCB18CC) is unknown color: approx Deep Magenta. HEX triplet: CB, 18 and CC. RGB value is (203,24,204). Sum of RGB (Red+Green+Blue) = 203+24+204=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB18CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB18CC is #34E733. Grayscale: #616161. Windows color (decimal): -3467060 or 13375691. OLE color: 13375691.

HSL color Cylindrical-coordinate representation of color #CB18CC: hue angle of 299.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB18CC is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20324204-
CMYK0.000.8800.2
HSL299.67º78.95%44.71%-
HSV(B)299.67º88.24%80%-
XYZ35.8517.7158.66-
YUV98.04187.8202.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 24 (9.77% from 255) = 5.57%
BLUE value IS 204 (80.08% from 255) = 47.33%
R=47.10%
G=5.57%
B=47.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203242040.000.8800.2299.6778.9544.71
HexCB18CC05801412c4f2d
Octal31330314013002445411755
Binary110010111100011001100010110000101001001011001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB18CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB18CC; }

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

 H1.HeaderClassName
 {
   color: #CB18CC;
 }
 .AnyTagClassName
 {
   color: #CB18CC;
 }
</style>
background-color css

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

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

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

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

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

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