#C02776

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

Shades of Medium Red Violet #C02776

Tints of Medium Red Violet #C02776

Color information

#C02776 (or 0xC02776) is unknown color: approx Medium Red Violet. HEX triplet: C0, 27 and 76. RGB value is (192,39,118). Sum of RGB (Red+Green+Blue) = 192+39+118=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C02776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02776 is #3FD889. Grayscale: #5D5D5D. Windows color (decimal): -4184202 or 7743424. OLE color: 7743424.

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

Color convert

RGB19239118-
CMYK00.800.390.25
HSL329.02º66.23%45.29%-
HSV(B)329.02º79.69%75.29%-
XYZ25.7313.9718.48-
YUV93.75141.69198.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.01%
GREEN value IS 39 (15.62% from 255) = 11.17%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=55.01%
G=11.17%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923911800.800.390.25329.0266.2345.29
HexC027760502719149422d
Octal300471660120473151110255
Binary11000000100111111011001010000100111110011010010011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02776; }

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

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

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

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

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

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

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

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