#CC29A6

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

Shades of Medium Violet Red #CC29A6

Tints of Medium Violet Red #CC29A6

Color information

#CC29A6 (or 0xCC29A6) is unknown color: approx Medium Violet Red. HEX triplet: CC, 29 and A6. RGB value is (204,41,166). Sum of RGB (Red+Green+Blue) = 204+41+166=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC29A6 is #33D659. Grayscale: #676767. Windows color (decimal): -3397210 or 10889676. OLE color: 10889676.

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

Color convert

RGB20441166-
CMYK00.800.190.2
HSL313.99º66.53%48.04%-
HSV(B)313.99º79.9%80%-
XYZ32.5817.1837.67-
YUV103.99163199.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.64%
GREEN value IS 41 (16.41% from 255) = 9.98%
BLUE value IS 166 (65.23% from 255) = 40.39%
R=49.64%
G=9.98%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044116600.800.190.2313.9966.5348.04
HexCC29A6050131413a4330
Octal314512460120232447210360
Binary11001100101001101001100101000010011101001001110101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC29A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC29A6; }

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

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

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

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

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

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

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

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