#C03578

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

Shades of Medium Red Violet #C03578

Tints of Medium Red Violet #C03578

Color information

#C03578 (or 0xC03578) is unknown color: approx Medium Red Violet. HEX triplet: C0, 35 and 78. RGB value is (192,53,120). Sum of RGB (Red+Green+Blue) = 192+53+120=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C03578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03578 is #3FCA87. Grayscale: #666666. Windows color (decimal): -4180616 or 7878080. OLE color: 7878080.

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

Color convert

RGB19253120-
CMYK00.720.380.25
HSL331.08º56.73%48.04%-
HSV(B)331.08º72.4%75.29%-
XYZ26.415.1119.29-
YUV102.2138.05192.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.60%
GREEN value IS 53 (21.09% from 255) = 14.52%
BLUE value IS 120 (47.27% from 255) = 32.88%
R=52.60%
G=14.52%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925312000.720.380.25331.0856.7348.04
HexC03578048261914b3930
Octal30065170011046315137160
Binary1100000011010111110000100100010011011001101001011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03578; }

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

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

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

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

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

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

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

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