#C82B9F

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

Shades of Medium Red Violet #C82B9F

Tints of Medium Red Violet #C82B9F

Color information

#C82B9F (or 0xC82B9F) is unknown color: approx Medium Red Violet. HEX triplet: C8, 2B and 9F. RGB value is (200,43,159). Sum of RGB (Red+Green+Blue) = 200+43+159=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82B9F is #37D460. Grayscale: #666666. Windows color (decimal): -3658849 or 10431432. OLE color: 10431432.

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

Color convert

RGB20043159-
CMYK00.780.200.22
HSL315.67º64.61%47.65%-
HSV(B)315.67º78.5%78.43%-
XYZ30.9416.5134.36-
YUV103.17159.51197.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.75%
GREEN value IS 43 (17.19% from 255) = 10.70%
BLUE value IS 159 (62.5% from 255) = 39.55%
R=49.75%
G=10.70%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004315900.780.200.22315.6764.6147.65
HexC82B9F04E141613c4130
Octal310532370116242647410160
Binary11001000101011100111110100111010100101101001111001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82B9F; }

 p { color: rgb(200,43,159); }

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

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

 a { background-color: rgb(200,43,159); }

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

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

 span { border-color: rgb(200,43,159); }

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