#CC1291

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

Shades of Medium Violet Red #CC1291

Tints of Medium Violet Red #CC1291

Color information

#CC1291 (or 0xCC1291) is unknown color: approx Medium Violet Red. HEX triplet: CC, 12 and 91. RGB value is (204,18,145). Sum of RGB (Red+Green+Blue) = 204+18+145=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1291 is #33ED6E. Grayscale: #575757. Windows color (decimal): -3403119 or 9507532. OLE color: 9507532.

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

Color convert

RGB20418145-
CMYK00.910.290.2
HSL319.03º83.78%43.53%-
HSV(B)319.03º91.18%80%-
XYZ30.2315.3128.15-
YUV88.09160.12210.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.59%
GREEN value IS 18 (7.42% from 255) = 4.90%
BLUE value IS 145 (57.03% from 255) = 39.51%
R=55.59%
G=4.90%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041814500.910.290.2319.0383.7843.53
HexCC129105B1D1413f542c
Octal314222210133352447712454
Binary1100110010010100100010101101111101101001001111111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1291; }

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

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

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

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

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

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

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

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