#C82BA3

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

Shades of Medium Red Violet #C82BA3

Tints of Medium Red Violet #C82BA3

Color information

#C82BA3 (or 0xC82BA3) is unknown color: approx Medium Red Violet. HEX triplet: C8, 2B and A3. RGB value is (200,43,163). Sum of RGB (Red+Green+Blue) = 200+43+163=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C82BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82BA3 is #37D45C. Grayscale: #676767. Windows color (decimal): -3658845 or 10693576. OLE color: 10693576.

HSL color Cylindrical-coordinate representation of color #C82BA3: hue angle of 314.14º 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 #C82BA3 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB20043163-
CMYK00.780.180.22
HSL314.14º64.61%47.65%-
HSV(B)314.14º78.5%78.43%-
XYZ31.2916.6536.22-
YUV103.62161.51196.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.26%
GREEN value IS 43 (17.19% from 255) = 10.59%
BLUE value IS 163 (64.06% from 255) = 40.15%
R=49.26%
G=10.59%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004316300.780.180.22314.1464.6147.65
HexC82BA304E121613a4130
Octal310532430116222647210160
Binary11001000101011101000110100111010010101101001110101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82BA3; }

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

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

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

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

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

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

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

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