#CC18CC

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

Shades of Deep Magenta #CC18CC

Tints of Deep Magenta #CC18CC

Color information

#CC18CC (or 0xCC18CC) is unknown color: approx Deep Magenta. HEX triplet: CC, 18 and CC. RGB value is (204,24,204). Sum of RGB (Red+Green+Blue) = 204+24+204=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC18CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC18CC is #33E733. Grayscale: #616161. Windows color (decimal): -3401524 or 13375692. OLE color: 13375692.

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

Color convert

RGB20424204-
CMYK00.8800.2
HSL300º78.95%44.71%-
HSV(B)300º88.24%80%-
XYZ36.1317.8558.67-
YUV98.34187.63203.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 24 (9.77% from 255) = 5.56%
BLUE value IS 204 (80.08% from 255) = 47.22%
R=47.22%
G=5.56%
B=47.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042420400.8800.230078.9544.71
HexCC18CC05801412c4f2d
Octal31430314013002445411755
Binary110011001100011001100010110000101001001011001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC18CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC18CC; }

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

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

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

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

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

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

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

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