#C03A98

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

Shades of Medium Red Violet #C03A98

Tints of Medium Red Violet #C03A98

Color information

#C03A98 (or 0xC03A98) is unknown color: approx Medium Red Violet. HEX triplet: C0, 3A and 98. RGB value is (192,58,152). Sum of RGB (Red+Green+Blue) = 192+58+152=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03A98 is #3FC567. Grayscale: #6C6C6C. Windows color (decimal): -4179304 or 9976512. OLE color: 9976512.

HSL color Cylindrical-coordinate representation of color #C03A98: hue angle of 317.91º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A98 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB19258152-
CMYK00.700.210.25
HSL317.91º53.6%49.02%-
HSV(B)317.91º69.79%75.29%-
XYZ28.9216.531.37-
YUV108.78152.39187.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 58 (23.05% from 255) = 14.43%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=47.76%
G=14.43%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925815200.700.210.25317.9153.649.02
HexC03A98046151913e3631
Octal30072230010625314766661
Binary1100000011101010011000010001101010111001100111110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03A98; }

 p { color: rgb(192,58,152); }

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

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

 a { background-color: rgb(192,58,152); }

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

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

 span { border-color: rgb(192,58,152); }

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