#CC29A7

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

Shades of Medium Violet Red #CC29A7

Tints of Medium Violet Red #CC29A7

Color information

#CC29A7 (or 0xCC29A7) is unknown color: approx Medium Violet Red. HEX triplet: CC, 29 and A7. RGB value is (204,41,167). Sum of RGB (Red+Green+Blue) = 204+41+167=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC29A7 is #33D658. Grayscale: #676767. Windows color (decimal): -3397209 or 10955212. OLE color: 10955212.

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

Color convert

RGB20441167-
CMYK00.800.180.2
HSL313.62º66.53%48.04%-
HSV(B)313.62º79.9%80%-
XYZ32.6717.2138.16-
YUV104.1163.5199.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 41 (16.41% from 255) = 9.95%
BLUE value IS 167 (65.62% from 255) = 40.53%
R=49.51%
G=9.95%
B=40.53%

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
Decimal2044116700.800.180.2313.6266.5348.04
HexCC29A7050121413a4330
Octal314512470120222447210360
Binary11001100101001101001110101000010010101001001110101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC29A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC29A7; }

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

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

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

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

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

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

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

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