#C03C85

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

Shades of Medium Red Violet #C03C85

Tints of Medium Red Violet #C03C85

Color information

#C03C85 (or 0xC03C85) is unknown color: approx Medium Red Violet. HEX triplet: C0, 3C and 85. RGB value is (192,60,133). Sum of RGB (Red+Green+Blue) = 192+60+133=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03C85 is #3FC37A. Grayscale: #6B6B6B. Windows color (decimal): -4178811 or 8731840. OLE color: 8731840.

HSL color Cylindrical-coordinate representation of color #C03C85: hue angle of 326.82º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03C85 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB19260133-
CMYK00.690.310.25
HSL326.82º52.38%49.41%-
HSV(B)326.82º68.75%75.29%-
XYZ27.5916.1323.85-
YUV107.79142.23188.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.87%
GREEN value IS 60 (23.83% from 255) = 15.58%
BLUE value IS 133 (52.34% from 255) = 34.55%
R=49.87%
G=15.58%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926013300.690.310.25326.8252.3849.41
HexC03C850451F191473431
Octal30074205010537315076461
Binary1100000011110010000101010001011111111001101000111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03C85; }

 p { color: rgb(192,60,133); }

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

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

 a { background-color: rgb(192,60,133); }

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

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

 span { border-color: rgb(192,60,133); }

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