#C82A9A

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

Shades of Medium Red Violet #C82A9A

Tints of Medium Red Violet #C82A9A

Color information

#C82A9A (or 0xC82A9A) is unknown color: approx Medium Red Violet. HEX triplet: C8, 2A and 9A. RGB value is (200,42,154). Sum of RGB (Red+Green+Blue) = 200+42+154=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C82A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82A9A is #37D565. Grayscale: #656565. Windows color (decimal): -3659110 or 10103496. OLE color: 10103496.

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

Color convert

RGB20042154-
CMYK00.790.230.22
HSL317.47º65.29%47.45%-
HSV(B)317.47º79%78.43%-
XYZ30.4816.2732.11-
YUV102.01157.35197.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.51%
GREEN value IS 42 (16.80% from 255) = 10.61%
BLUE value IS 154 (60.55% from 255) = 38.89%
R=50.51%
G=10.61%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004215400.790.230.22317.4765.2947.45
HexC82A9A04F171613d412f
Octal310522320117272647510157
Binary11001000101010100110100100111110111101101001111011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82A9A; }

 p { color: rgb(200,42,154); }

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

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

 a { background-color: rgb(200,42,154); }

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

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

 span { border-color: rgb(200,42,154); }

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