#CC18CA

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

Shades of Deep Magenta #CC18CA

Tints of Deep Magenta #CC18CA

Color information

#CC18CA (or 0xCC18CA) is unknown color: approx Deep Magenta. HEX triplet: CC, 18 and CA. RGB value is (204,24,202). Sum of RGB (Red+Green+Blue) = 204+24+202=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC18CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC18CA is #33E735. Grayscale: #616161. Windows color (decimal): -3401526 or 13244620. OLE color: 13244620.

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

Color convert

RGB20424202-
CMYK00.880.010.2
HSL300.67º78.95%44.71%-
HSV(B)300.67º88.24%80%-
XYZ35.8917.7557.41-
YUV98.11186.63203.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.44%
GREEN value IS 24 (9.77% from 255) = 5.58%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=47.44%
G=5.58%
B=46.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042420200.880.010.2300.6778.9544.71
HexCC18CA05811412d4f2d
Octal31430312013012445511755
Binary110011001100011001010010110001101001001011011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC18CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC18CA; }

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

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

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

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

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

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

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

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