#CC18A8

Color #CC18A8 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CC18A8

Tints of Medium Violet Red #CC18A8

Color information

#CC18A8 (or 0xCC18A8) is unknown color: approx Medium Violet Red. HEX triplet: CC, 18 and A8. RGB value is (204,24,168). Sum of RGB (Red+Green+Blue) = 204+24+168=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC18A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC18A8 is #33E757. Grayscale: #5D5D5D. Windows color (decimal): -3401560 or 11016396. OLE color: 11016396.

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

Color convert

RGB20424168-
CMYK00.880.180.2
HSL312º78.95%44.71%-
HSV(B)312º88.24%80%-
XYZ32.316.3238.49-
YUV94.24169.63206.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.52%
GREEN value IS 24 (9.77% from 255) = 6.06%
BLUE value IS 168 (66.02% from 255) = 42.42%
R=51.52%
G=6.06%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042416800.880.180.231278.9544.71
HexCC18A805812141384f2d
Octal314302500130222447011755
Binary1100110011000101010000101100010010101001001110001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC18A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC18A8; }

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

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

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

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

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

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

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

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