#CD1179

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

Shades of Medium Violet Red #CD1179

Tints of Medium Violet Red #CD1179

Color information

#CD1179 (or 0xCD1179) is unknown color: approx Medium Violet Red. HEX triplet: CD, 11 and 79. RGB value is (205,17,121). Sum of RGB (Red+Green+Blue) = 205+17+121=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1179 is #32EE86. Grayscale: #545454. Windows color (decimal): -3337863 or 7934413. OLE color: 7934413.

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

Color convert

RGB20517121-
CMYK00.920.410.20
HSL326.81º84.68%43.53%-
HSV(B)326.81º91.71%80.39%-
XYZ28.8314.7619.42-
YUV85.07148.28213.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.77%
GREEN value IS 17 (7.03% from 255) = 4.96%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=59.77%
G=4.96%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051712100.920.410.20326.8184.6843.53
HexCD117905C2914147552c
Octal315211710134512450712554
Binary1100110110001111100101011100101001101001010001111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1179; }

 p { color: rgb(205,17,121); }

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

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

 a { background-color: rgb(205,17,121); }

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

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

 span { border-color: rgb(205,17,121); }

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