#C0127F

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

Shades of Medium Violet Red #C0127F

Tints of Medium Violet Red #C0127F

Color information

#C0127F (or 0xC0127F) is unknown color: approx Medium Violet Red. HEX triplet: C0, 12 and 7F. RGB value is (192,18,127). Sum of RGB (Red+Green+Blue) = 192+18+127=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0127F is #3FED80. Grayscale: #525252. Windows color (decimal): -4189569 or 8327872. OLE color: 8327872.

HSL color Cylindrical-coordinate representation of color #C0127F: hue angle of 322.41º 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 #C0127F is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19218127-
CMYK00.910.340.25
HSL322.41º82.86%41.18%-
HSV(B)322.41º90.62%75.29%-
XYZ25.7913.1721.26-
YUV82.45153.15206.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.97%
GREEN value IS 18 (7.42% from 255) = 5.34%
BLUE value IS 127 (50% from 255) = 37.69%
R=56.97%
G=5.34%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921812700.910.340.25322.4182.8641.18
HexC0127F05B22191425329
Octal300221770133423150212351
Binary1100000010010111111101011011100010110011010000101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0127F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0127F; }

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

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

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

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

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

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

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

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