#C82AA7

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

Shades of Medium Red Violet #C82AA7

Tints of Medium Red Violet #C82AA7

Color information

#C82AA7 (or 0xC82AA7) is unknown color: approx Medium Red Violet. HEX triplet: C8, 2A and A7. RGB value is (200,42,167). Sum of RGB (Red+Green+Blue) = 200+42+167=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C82AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82AA7 is #37D558. Grayscale: #676767. Windows color (decimal): -3659097 or 10955464. OLE color: 10955464.

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

Color convert

RGB20042167-
CMYK00.790.160.22
HSL312.53º65.29%47.45%-
HSV(B)312.53º79%78.43%-
XYZ31.6216.7338.12-
YUV103.49163.85196.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.90%
GREEN value IS 42 (16.80% from 255) = 10.27%
BLUE value IS 167 (65.62% from 255) = 40.83%
R=48.90%
G=10.27%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004216700.790.160.22312.5365.2947.45
HexC82AA704F1016139412f
Octal310522470117202647110157
Binary11001000101010101001110100111110000101101001110011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82AA7; }

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

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

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

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

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

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

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

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