#c8319f

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

Shades of Medium Red Violet #C8319F

Tints of Medium Red Violet #C8319F

Color information

#C8319F (or 0xC8319F) is unknown color: approx Medium Red Violet. HEX triplet: C8, 31 and 9F. RGB value is (200,49,159). Sum of RGB (Red+Green+Blue) = 200+49+159=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8319F is #37CE60. Grayscale: #6A6A6A. Windows color (decimal): -3657313 or 10432968. OLE color: 10432968.

HSL color Cylindrical-coordinate representation of color #C8319F: hue angle of 316.29º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8319F is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB20049159-
CMYK00.760.200.22
HSL316.29º60.64%48.82%-
HSV(B)316.29º75.5%78.43%-
XYZ31.1816.9834.44-
YUV106.69157.53194.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.02%
GREEN value IS 49 (19.53% from 255) = 12.01%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=49.02%
G=12.01%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004915900.760.200.22316.2960.6448.82
HexC8319F04C141613c3d31
Octal31061237011424264747561
Binary1100100011000110011111010011001010010110100111100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8319f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8319f; }

 p { color: rgb(200,49,159); }

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

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

 a { background-color: rgb(200,49,159); }

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

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

 span { border-color: rgb(200,49,159); }

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