#C02998

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

Shades of Medium Red Violet #C02998

Tints of Medium Red Violet #C02998

Color information

#C02998 (or 0xC02998) is unknown color: approx Medium Red Violet. HEX triplet: C0, 29 and 98. RGB value is (192,41,152). Sum of RGB (Red+Green+Blue) = 192+41+152=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C02998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02998 is #3FD667. Grayscale: #626262. Windows color (decimal): -4183656 or 9972160. OLE color: 9972160.

HSL color Cylindrical-coordinate representation of color #C02998: hue angle of 315.89º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02998 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB19241152-
CMYK00.790.210.25
HSL315.89º64.81%45.69%-
HSV(B)315.89º78.65%75.29%-
XYZ28.215.0631.13-
YUV98.8158.03194.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.87%
GREEN value IS 41 (16.41% from 255) = 10.65%
BLUE value IS 152 (59.77% from 255) = 39.48%
R=49.87%
G=10.65%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924115200.790.210.25315.8964.8145.69
HexC0299804F151913c412e
Octal300512300117253147410156
Binary11000000101001100110000100111110101110011001111001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02998; }

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

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

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

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

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

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

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

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