#C82481

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

Shades of Medium Violet Red #C82481

Tints of Medium Violet Red #C82481

Color information

#C82481 (or 0xC82481) is unknown color: approx Medium Violet Red. HEX triplet: C8, 24 and 81. RGB value is (200,36,129). Sum of RGB (Red+Green+Blue) = 200+36+129=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C82481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82481 is #37DB7E. Grayscale: #5F5F5F. Windows color (decimal): -3660671 or 8463560. OLE color: 8463560.

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

Color convert

RGB20036129-
CMYK00.820.360.22
HSL325.98º69.49%46.27%-
HSV(B)325.98º82%78.43%-
XYZ28.4115.1322.19-
YUV95.64146.83202.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.79%
GREEN value IS 36 (14.45% from 255) = 9.86%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=54.79%
G=9.86%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003612900.820.360.22325.9869.4946.27
HexC824810522416146452e
Octal310442010122442650610556
Binary110010001001001000000101010010100100101101010001101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82481; }

 p { color: rgb(200,36,129); }

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

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

 a { background-color: rgb(200,36,129); }

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

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

 span { border-color: rgb(200,36,129); }

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