#CC299F

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

Shades of Medium Violet Red #CC299F

Tints of Medium Violet Red #CC299F

Color information

#CC299F (or 0xCC299F) is unknown color: approx Medium Violet Red. HEX triplet: CC, 29 and 9F. RGB value is (204,41,159). Sum of RGB (Red+Green+Blue) = 204+41+159=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC299F is #33D660. Grayscale: #666666. Windows color (decimal): -3397217 or 10430924. OLE color: 10430924.

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

Color convert

RGB20441159-
CMYK00.800.220.2
HSL316.56º66.53%48.04%-
HSV(B)316.56º79.9%80%-
XYZ31.9516.9334.38-
YUV103.19159.5199.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.50%
GREEN value IS 41 (16.41% from 255) = 10.15%
BLUE value IS 159 (62.5% from 255) = 39.36%
R=50.50%
G=10.15%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044115900.800.220.2316.5666.5348.04
HexCC299F050161413d4330
Octal314512370120262447510360
Binary11001100101001100111110101000010110101001001111011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC299F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC299F; }

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

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

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

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

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

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

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

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