#C01A78

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

Shades of Medium Violet Red #C01A78

Tints of Medium Violet Red #C01A78

Color information

#C01A78 (or 0xC01A78) is unknown color: approx Medium Violet Red. HEX triplet: C0, 1A and 78. RGB value is (192,26,120). Sum of RGB (Red+Green+Blue) = 192+26+120=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A78 is #3FE587. Grayscale: #565656. Windows color (decimal): -4187528 or 7871168. OLE color: 7871168.

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

Color convert

RGB19226120-
CMYK00.860.380.25
HSL326.02º76.15%42.75%-
HSV(B)326.02º86.46%75.29%-
XYZ25.513.318.99-
YUV86.35147203.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.80%
GREEN value IS 26 (10.55% from 255) = 7.69%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=56.80%
G=7.69%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922612000.860.380.25326.0276.1542.75
HexC01A7805626191464c2b
Octal300321700126463150611453
Binary1100000011010111100001010110100110110011010001101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01A78; }

 p { color: rgb(192,26,120); }

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

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

 a { background-color: rgb(192,26,120); }

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

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

 span { border-color: rgb(192,26,120); }

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