#CC2895

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

Shades of Medium Violet Red #CC2895

Tints of Medium Violet Red #CC2895

Color information

#CC2895 (or 0xCC2895) is unknown color: approx Medium Violet Red. HEX triplet: CC, 28 and 95. RGB value is (204,40,149). Sum of RGB (Red+Green+Blue) = 204+40+149=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2895 is #33D76A. Grayscale: #656565. Windows color (decimal): -3397483 or 9775308. OLE color: 9775308.

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

Color convert

RGB20440149-
CMYK00.800.270.2
HSL320.12º67.21%47.84%-
HSV(B)320.12º80.39%80%-
XYZ31.0916.5229.99-
YUV101.46154.83201.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 40 (16.02% from 255) = 10.18%
BLUE value IS 149 (58.59% from 255) = 37.91%
R=51.91%
G=10.18%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044014900.800.270.2320.1267.2147.84
HexCC28950501B141404330
Octal314502250120332450010360
Binary11001100101000100101010101000011011101001010000001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2895; }

 p { color: rgb(204,40,149); }

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

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

 a { background-color: rgb(204,40,149); }

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

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

 span { border-color: rgb(204,40,149); }

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