#C81297

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

Shades of Medium Violet Red #C81297

Tints of Medium Violet Red #C81297

Color information

#C81297 (or 0xC81297) is unknown color: approx Medium Violet Red. HEX triplet: C8, 12 and 97. RGB value is (200,18,151). Sum of RGB (Red+Green+Blue) = 200+18+151=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C81297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81297 is #37ED68. Grayscale: #575757. Windows color (decimal): -3665257 or 9900744. OLE color: 9900744.

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

Color convert

RGB20018151-
CMYK00.910.240.22
HSL316.15º83.49%42.75%-
HSV(B)316.15º91%78.43%-
XYZ29.6214.9530.6-
YUV87.58163.8208.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.20%
GREEN value IS 18 (7.42% from 255) = 4.88%
BLUE value IS 151 (59.38% from 255) = 40.92%
R=54.20%
G=4.88%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001815100.910.240.22316.1583.4942.75
HexC8129705B181613c532b
Octal310222270133302647412353
Binary1100100010010100101110101101111000101101001111001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81297; }

 p { color: rgb(200,18,151); }

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

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

 a { background-color: rgb(200,18,151); }

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

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

 span { border-color: rgb(200,18,151); }

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