#C01277

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

Shades of Medium Violet Red #C01277

Tints of Medium Violet Red #C01277

Color information

#C01277 (or 0xC01277) is unknown color: approx Medium Violet Red. HEX triplet: C0, 12 and 77. RGB value is (192,18,119). Sum of RGB (Red+Green+Blue) = 192+18+119=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C01277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01277 is #3FED88. Grayscale: #515151. Windows color (decimal): -4189577 or 7803584. OLE color: 7803584.

HSL color Cylindrical-coordinate representation of color #C01277: hue angle of 325.17º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01277 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB19218119-
CMYK00.910.380.25
HSL325.17º82.86%41.18%-
HSV(B)325.17º90.62%75.29%-
XYZ25.2812.9718.62-
YUV81.54149.15206.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.36%
GREEN value IS 18 (7.42% from 255) = 5.47%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=58.36%
G=5.47%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921811900.910.380.25325.1782.8641.18
HexC0127705B26191455329
Octal300221670133463150512351
Binary1100000010010111011101011011100110110011010001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01277; }

 p { color: rgb(192,18,119); }

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

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

 a { background-color: rgb(192,18,119); }

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

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

 span { border-color: rgb(192,18,119); }

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