#CC299E

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

Shades of Medium Violet Red #CC299E

Tints of Medium Violet Red #CC299E

Color information

#CC299E (or 0xCC299E) is unknown color: approx Medium Violet Red. HEX triplet: CC, 29 and 9E. RGB value is (204,41,158). Sum of RGB (Red+Green+Blue) = 204+41+158=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC299E is #33D661. Grayscale: #666666. Windows color (decimal): -3397218 or 10365388. OLE color: 10365388.

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

Color convert

RGB20441158-
CMYK00.800.230.2
HSL316.93º66.53%48.04%-
HSV(B)316.93º79.9%80%-
XYZ31.8716.8933.93-
YUV103.07159199.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.62%
GREEN value IS 41 (16.41% from 255) = 10.17%
BLUE value IS 158 (62.11% from 255) = 39.21%
R=50.62%
G=10.17%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044115800.800.230.2316.9366.5348.04
HexCC299E050171413d4330
Octal314512360120272447510360
Binary11001100101001100111100101000010111101001001111011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC299E; }

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

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

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

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

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

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

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

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