#CC1299

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

Shades of Medium Violet Red #CC1299

Tints of Medium Violet Red #CC1299

Color information

#CC1299 (or 0xCC1299) is unknown color: approx Medium Violet Red. HEX triplet: CC, 12 and 99. RGB value is (204,18,153). Sum of RGB (Red+Green+Blue) = 204+18+153=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1299 is #33ED66. Grayscale: #585858. Windows color (decimal): -3403111 or 10031820. OLE color: 10031820.

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

Color convert

RGB20418153-
CMYK00.910.250.2
HSL316.45º83.78%43.53%-
HSV(B)316.45º91.18%80%-
XYZ30.8715.5731.52-
YUV89164.12210.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.4%
GREEN value IS 18 (7.42% from 255) = 4.8%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=54.4%
G=4.8%
B=40.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041815300.910.250.2316.4583.7843.53
HexCC129905B191413c542c
Octal314222310133312447412454
Binary1100110010010100110010101101111001101001001111001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1299; }

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

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

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

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

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

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

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

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