#C00574

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

Shades of Medium Violet Red #C00574

Tints of Medium Violet Red #C00574

Color information

#C00574 (or 0xC00574) is unknown color: approx Medium Violet Red. HEX triplet: C0, 05 and 74. RGB value is (192,5,116). Sum of RGB (Red+Green+Blue) = 192+5+116=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C00574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00574 is #3FFA8B. Grayscale: #494949. Windows color (decimal): -4192908 or 7603648. OLE color: 7603648.

HSL color Cylindrical-coordinate representation of color #C00574: hue angle of 324.39º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00574 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB1925116-
CMYK00.970.400.25
HSL324.39º94.92%38.63%-
HSV(B)324.39º97.4%75.29%-
XYZ24.9412.5817.64-
YUV73.57151.95212.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.34%
GREEN value IS 5 (2.34% from 255) = 1.60%
BLUE value IS 116 (45.70% from 255) = 37.06%
R=61.34%
G=1.60%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192511600.970.400.25324.3994.9238.63
HexC057406128191445f27
Octal30051640141503150413747
Binary11000000101111010001100001101000110011010001001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00574; }

 p { color: rgb(192,5,116); }

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

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

 a { background-color: rgb(192,5,116); }

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

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

 span { border-color: rgb(192,5,116); }

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