#C02799

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

Shades of Medium Red Violet #C02799

Tints of Medium Red Violet #C02799

Color information

#C02799 (or 0xC02799) is unknown color: approx Medium Red Violet. HEX triplet: C0, 27 and 99. RGB value is (192,39,153). Sum of RGB (Red+Green+Blue) = 192+39+153=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C02799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02799 is #3FD866. Grayscale: #616161. Windows color (decimal): -4184167 or 10037184. OLE color: 10037184.

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

Color convert

RGB19239153-
CMYK00.800.200.25
HSL315.29º66.23%45.29%-
HSV(B)315.29º79.69%75.29%-
XYZ28.2114.9631.54-
YUV97.74159.19195.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50%
GREEN value IS 39 (15.62% from 255) = 10.16%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=50%
G=10.16%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923915300.800.200.25315.2966.2345.29
HexC02799050141913b422d
Octal300472310120243147310255
Binary11000000100111100110010101000010100110011001110111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02799; }

 p { color: rgb(192,39,153); }

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

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

 a { background-color: rgb(192,39,153); }

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

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

 span { border-color: rgb(192,39,153); }

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