#CC1895

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

Shades of Medium Violet Red #CC1895

Tints of Medium Violet Red #CC1895

Color information

#CC1895 (or 0xCC1895) is unknown color: approx Medium Violet Red. HEX triplet: CC, 18 and 95. RGB value is (204,24,149). Sum of RGB (Red+Green+Blue) = 204+24+149=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1895 is #33E76A. Grayscale: #5B5B5B. Windows color (decimal): -3401579 or 9771212. OLE color: 9771212.

HSL color Cylindrical-coordinate representation of color #CC1895: hue angle of 318.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1895 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB20424149-
CMYK00.880.270.2
HSL318.33º78.95%44.71%-
HSV(B)318.33º88.24%80%-
XYZ30.6515.6629.84-
YUV92.07160.13207.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.11%
GREEN value IS 24 (9.77% from 255) = 6.37%
BLUE value IS 149 (58.59% from 255) = 39.52%
R=54.11%
G=6.37%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042414900.880.270.2318.3378.9544.71
HexCC18950581B1413e4f2d
Octal314302250130332447611755
Binary1100110011000100101010101100011011101001001111101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1895; }

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

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

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

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

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

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

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

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