#C00575

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

Shades of Medium Violet Red #C00575

Tints of Medium Violet Red #C00575

Color information

#C00575 (or 0xC00575) is unknown color: approx Medium Violet Red. HEX triplet: C0, 05 and 75. RGB value is (192,5,117). Sum of RGB (Red+Green+Blue) = 192+5+117=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C00575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00575 is #3FFA8A. Grayscale: #494949. Windows color (decimal): -4192907 or 7669184. OLE color: 7669184.

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

Color convert

RGB1925117-
CMYK00.970.390.25
HSL324.06º94.92%38.63%-
HSV(B)324.06º97.4%75.29%-
XYZ2512.617.94-
YUV73.68152.45212.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.15%
GREEN value IS 5 (2.34% from 255) = 1.59%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=61.15%
G=1.59%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192511700.970.390.25324.0694.9238.63
HexC057506127191445f27
Octal30051650141473150413747
Binary11000000101111010101100001100111110011010001001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00575; }

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

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

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

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

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

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

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

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