#CC1D99

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

Shades of Medium Violet Red #CC1D99

Tints of Medium Violet Red #CC1D99

Color information

#CC1D99 (or 0xCC1D99) is unknown color: approx Medium Violet Red. HEX triplet: CC, 1D and 99. RGB value is (204,29,153). Sum of RGB (Red+Green+Blue) = 204+29+153=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1D99 is #33E266. Grayscale: #5F5F5F. Windows color (decimal): -3400295 or 10034636. OLE color: 10034636.

HSL color Cylindrical-coordinate representation of color #CC1D99: hue angle of 317.49º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1D99 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB20429153-
CMYK00.860.250.2
HSL317.49º75.11%45.69%-
HSV(B)317.49º85.78%80%-
XYZ31.0916.0231.59-
YUV95.46160.48205.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.85%
GREEN value IS 29 (11.72% from 255) = 7.51%
BLUE value IS 153 (60.16% from 255) = 39.64%
R=52.85%
G=7.51%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042915300.860.250.2317.4975.1145.69
HexCC1D99056191413d4b2e
Octal314352310126312447511356
Binary1100110011101100110010101011011001101001001111011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1D99; }

 p { color: rgb(204,29,153); }

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

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

 a { background-color: rgb(204,29,153); }

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

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

 span { border-color: rgb(204,29,153); }

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