#C02894

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

Shades of Medium Red Violet #C02894

Tints of Medium Red Violet #C02894

Color information

#C02894 (or 0xC02894) is unknown color: approx Medium Red Violet. HEX triplet: C0, 28 and 94. RGB value is (192,40,148). Sum of RGB (Red+Green+Blue) = 192+40+148=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C02894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02894 is #3FD76B. Grayscale: #616161. Windows color (decimal): -4183916 or 9709760. OLE color: 9709760.

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

Color convert

RGB19240148-
CMYK00.790.230.25
HSL317.37º65.52%45.49%-
HSV(B)317.37º79.17%75.29%-
XYZ27.8414.8629.42-
YUV97.76156.36195.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.53%
GREEN value IS 40 (16.02% from 255) = 10.53%
BLUE value IS 148 (58.20% from 255) = 38.95%
R=50.53%
G=10.53%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924014800.790.230.25317.3765.5245.49
HexC0289404F171913d422d
Octal300502240117273147510255
Binary11000000101000100101000100111110111110011001111011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02894; }

 p { color: rgb(192,40,148); }

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

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

 a { background-color: rgb(192,40,148); }

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

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

 span { border-color: rgb(192,40,148); }

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