#CC29A8

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

Shades of Medium Violet Red #CC29A8

Tints of Medium Violet Red #CC29A8

Color information

#CC29A8 (or 0xCC29A8) is unknown color: approx Medium Violet Red. HEX triplet: CC, 29 and A8. RGB value is (204,41,168). Sum of RGB (Red+Green+Blue) = 204+41+168=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC29A8 is #33D657. Grayscale: #676767. Windows color (decimal): -3397208 or 11020748. OLE color: 11020748.

HSL color Cylindrical-coordinate representation of color #CC29A8: hue angle of 313.25º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC29A8 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB20441168-
CMYK00.800.180.2
HSL313.25º66.53%48.04%-
HSV(B)313.25º79.9%80%-
XYZ32.7617.2538.65-
YUV104.21164199.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.39%
GREEN value IS 41 (16.41% from 255) = 9.93%
BLUE value IS 168 (66.02% from 255) = 40.68%
R=49.39%
G=9.93%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044116800.800.180.2313.2566.5348.04
HexCC29A805012141394330
Octal314512500120222447110360
Binary11001100101001101010000101000010010101001001110011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC29A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC29A8; }

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

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

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

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

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

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

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

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