#CC117A

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

Shades of Medium Violet Red #CC117A

Tints of Medium Violet Red #CC117A

Color information

#CC117A (or 0xCC117A) is unknown color: approx Medium Violet Red. HEX triplet: CC, 11 and 7A. RGB value is (204,17,122). Sum of RGB (Red+Green+Blue) = 204+17+122=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC117A is #33EE85. Grayscale: #545454. Windows color (decimal): -3403398 or 7999948. OLE color: 7999948.

HSL color Cylindrical-coordinate representation of color #CC117A: hue angle of 326.31º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC117A is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB20417122-
CMYK00.920.400.2
HSL326.31º84.62%43.33%-
HSV(B)326.31º91.67%80%-
XYZ28.6214.6419.73-
YUV84.88148.95212.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.48%
GREEN value IS 17 (7.03% from 255) = 4.96%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=59.48%
G=4.96%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041712200.920.400.2326.3184.6243.33
HexCC117A05C2814146552b
Octal314211720134502450612553
Binary1100110010001111101001011100101000101001010001101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC117A; }

 p { color: rgb(204,17,122); }

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

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

 a { background-color: rgb(204,17,122); }

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

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

 span { border-color: rgb(204,17,122); }

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