#c11c84

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

Shades of Medium Violet Red #C11C84

Tints of Medium Violet Red #C11C84

Color information

#C11C84 (or 0xC11C84) is unknown color: approx Medium Violet Red. HEX triplet: C1, 1C and 84. RGB value is (193,28,132). Sum of RGB (Red+Green+Blue) = 193+28+132=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11C84 is #3EE37B. Grayscale: #585858. Windows color (decimal): -4121468 or 8658113. OLE color: 8658113.

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

Color convert

RGB19328132-
CMYK00.850.320.24
HSL322.18º74.66%43.33%-
HSV(B)322.18º85.49%75.69%-
XYZ26.5713.8323.1-
YUV89.19152.16202.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.67%
GREEN value IS 28 (11.33% from 255) = 7.93%
BLUE value IS 132 (51.95% from 255) = 37.39%
R=54.67%
G=7.93%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932813200.850.320.24322.1874.6643.33
HexC11C8405520181424b2b
Octal301342040125403050211353
Binary11000001111001000010001010101100000110001010000101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c11c84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c11c84; }

 p { color: rgb(193,28,132); }

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

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

 a { background-color: rgb(193,28,132); }

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

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

 span { border-color: rgb(193,28,132); }

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