#C813A7

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

Shades of Medium Violet Red #C813A7

Tints of Medium Violet Red #C813A7

Color information

#C813A7 (or 0xC813A7) is unknown color: approx Medium Violet Red. HEX triplet: C8, 13 and A7. RGB value is (200,19,167). Sum of RGB (Red+Green+Blue) = 200+19+167=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 167 (65.62% from 255 or 43.26% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C813A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C813A7 is #37EC58. Grayscale: #595959. Windows color (decimal): -3664985 or 10949576. OLE color: 10949576.

HSL color Cylindrical-coordinate representation of color #C813A7: hue angle of 310.94º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C813A7 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB20019167-
CMYK00.900.160.22
HSL310.94º82.65%42.94%-
HSV(B)310.94º90.5%78.43%-
XYZ31.0315.5437.92-
YUV89.99171.47206.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.81%
GREEN value IS 19 (7.81% from 255) = 4.92%
BLUE value IS 167 (65.62% from 255) = 43.26%
R=51.81%
G=4.92%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001916700.900.160.22310.9482.6542.94
HexC813A705A1016137532b
Octal310232470132202646712353
Binary1100100010011101001110101101010000101101001101111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C813A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C813A7; }

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

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

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

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

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

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

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

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