#C02771

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

Shades of Medium Red Violet #C02771

Tints of Medium Red Violet #C02771

Color information

#C02771 (or 0xC02771) is unknown color: approx Medium Red Violet. HEX triplet: C0, 27 and 71. RGB value is (192,39,113). Sum of RGB (Red+Green+Blue) = 192+39+113=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C02771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02771 is #3FD88E. Grayscale: #5D5D5D. Windows color (decimal): -4184207 or 7415744. OLE color: 7415744.

HSL color Cylindrical-coordinate representation of color #C02771: hue angle of 330.98º 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 #C02771 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB19239113-
CMYK00.800.410.25
HSL330.98º66.23%45.29%-
HSV(B)330.98º79.69%75.29%-
XYZ25.4413.8516.95-
YUV93.18139.19198.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.81%
GREEN value IS 39 (15.62% from 255) = 11.34%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=55.81%
G=11.34%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923911300.800.410.25330.9866.2345.29
HexC02771050291914b422d
Octal300471610120513151310255
Binary11000000100111111000101010000101001110011010010111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02771; }

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

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

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

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

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

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

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

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