#C82F78

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

Shades of Medium Red Violet #C82F78

Tints of Medium Red Violet #C82F78

Color information

#C82F78 (or 0xC82F78) is unknown color: approx Medium Red Violet. HEX triplet: C8, 2F and 78. RGB value is (200,47,120). Sum of RGB (Red+Green+Blue) = 200+47+120=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82F78 is #37D087. Grayscale: #646464. Windows color (decimal): -3657864 or 7876552. OLE color: 7876552.

HSL color Cylindrical-coordinate representation of color #C82F78: hue angle of 331.37º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82F78 is Cyan = 0, Magento = 0.76, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB20047120-
CMYK00.760.40.22
HSL331.37º61.94%48.43%-
HSV(B)331.37º76.5%78.43%-
XYZ28.2315.6719.31-
YUV101.07138.69198.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.50%
GREEN value IS 47 (18.75% from 255) = 12.81%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=54.50%
G=12.81%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004712000.760.40.22331.3761.9448.43
HexC82F7804C281614b3e30
Octal31057170011450265137660
Binary1100100010111111110000100110010100010110101001011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82F78; }

 p { color: rgb(200,47,120); }

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

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

 a { background-color: rgb(200,47,120); }

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

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

 span { border-color: rgb(200,47,120); }

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