#CC299B

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

Shades of Medium Red Violet #CC299B

Tints of Medium Red Violet #CC299B

Color information

#CC299B (or 0xCC299B) is unknown color: approx Medium Red Violet. HEX triplet: CC, 29 and 9B. RGB value is (204,41,155). Sum of RGB (Red+Green+Blue) = 204+41+155=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC299B is #33D664. Grayscale: #666666. Windows color (decimal): -3397221 or 10168780. OLE color: 10168780.

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

Color convert

RGB20441155-
CMYK00.800.240.2
HSL318.04º66.53%48.04%-
HSV(B)318.04º79.9%80%-
XYZ31.6116.7932.59-
YUV102.73157.5200.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51%
GREEN value IS 41 (16.41% from 255) = 10.25%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=51%
G=10.25%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044115500.800.240.2318.0466.5348.04
HexCC299B050181413e4330
Octal314512330120302447610360
Binary11001100101001100110110101000011000101001001111101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC299B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC299B; }

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

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

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

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

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

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

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

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