#CC299A

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

Shades of Medium Red Violet #CC299A

Tints of Medium Red Violet #CC299A

Color information

#CC299A (or 0xCC299A) is unknown color: approx Medium Red Violet. HEX triplet: CC, 29 and 9A. RGB value is (204,41,154). Sum of RGB (Red+Green+Blue) = 204+41+154=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC299A is #33D665. Grayscale: #666666. Windows color (decimal): -3397222 or 10103244. OLE color: 10103244.

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

Color convert

RGB20441154-
CMYK00.800.250.2
HSL318.4º66.53%48.04%-
HSV(B)318.4º79.9%80%-
XYZ31.5316.7632.14-
YUV102.62157200.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 41 (16.41% from 255) = 10.28%
BLUE value IS 154 (60.55% from 255) = 38.60%
R=51.13%
G=10.28%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044115400.800.250.2318.466.5348.04
HexCC299A050191413e4330
Octal314512320120312447610360
Binary11001100101001100110100101000011001101001001111101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC299A; }

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

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

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

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

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

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

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

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