#c11868

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

Shades of Medium Violet Red #C11868

Tints of Medium Violet Red #C11868

Color information

#C11868 (or 0xC11868) is unknown color: approx Medium Violet Red. HEX triplet: C1, 18 and 68. RGB value is (193,24,104). Sum of RGB (Red+Green+Blue) = 193+24+104=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C11868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11868 is #3EE797. Grayscale: #535353. Windows color (decimal): -4122520 or 6822081. OLE color: 6822081.

HSL color Cylindrical-coordinate representation of color #C11868: hue angle of 331.6º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11868 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB19324104-
CMYK00.880.460.24
HSL331.6º77.88%42.55%-
HSV(B)331.6º87.56%75.69%-
XYZ24.8212.9914.3-
YUV83.65139.49206-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.12%
GREEN value IS 24 (9.77% from 255) = 7.48%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=60.12%
G=7.48%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932410400.880.460.24331.677.8842.55
HexC118680582E1814c4e2b
Octal301301500130563051411653
Binary1100000111000110100001011000101110110001010011001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c11868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c11868; }

 p { color: rgb(193,24,104); }

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

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

 a { background-color: rgb(193,24,104); }

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

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

 span { border-color: rgb(193,24,104); }

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