#CC19AA

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

Shades of Medium Violet Red #CC19AA

Tints of Medium Violet Red #CC19AA

Color information

#CC19AA (or 0xCC19AA) is unknown color: approx Medium Violet Red. HEX triplet: CC, 19 and AA. RGB value is (204,25,170). Sum of RGB (Red+Green+Blue) = 204+25+170=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC19AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC19AA is #33E655. Grayscale: #5E5E5E. Windows color (decimal): -3401302 or 11147724. OLE color: 11147724.

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

Color convert

RGB20425170-
CMYK00.880.170.2
HSL311.4º78.17%44.9%-
HSV(B)311.4º87.75%80%-
XYZ32.5116.4339.49-
YUV95.05170.3205.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 25 (10.16% from 255) = 6.27%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=51.13%
G=6.27%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042517000.880.170.2311.478.1744.9
HexCC19AA05811141374e2d
Octal314312520130212446711655
Binary1100110011001101010100101100010001101001001101111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC19AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC19AA; }

 p { color: rgb(204,25,170); }

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

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

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

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

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

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

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