#C82584

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

Shades of Medium Violet Red #C82584

Tints of Medium Violet Red #C82584

Color information

#C82584 (or 0xC82584) is unknown color: approx Medium Violet Red. HEX triplet: C8, 25 and 84. RGB value is (200,37,132). Sum of RGB (Red+Green+Blue) = 200+37+132=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C82584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82584 is #37DA7B. Grayscale: #606060. Windows color (decimal): -3660412 or 8660424. OLE color: 8660424.

HSL color Cylindrical-coordinate representation of color #C82584: hue angle of 325.03º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82584 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB20037132-
CMYK00.820.340.22
HSL325.03º68.78%46.47%-
HSV(B)325.03º81.5%78.43%-
XYZ28.6515.2723.27-
YUV96.57148201.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.20%
GREEN value IS 37 (14.84% from 255) = 10.03%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=54.20%
G=10.03%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003713200.820.340.22325.0368.7846.47
HexC825840522216145452e
Octal310452040122422650510556
Binary110010001001011000010001010010100010101101010001011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82584; }

 p { color: rgb(200,37,132); }

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

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

 a { background-color: rgb(200,37,132); }

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

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

 span { border-color: rgb(200,37,132); }

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