#C83198

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

Shades of Medium Red Violet #C83198

Tints of Medium Red Violet #C83198

Color information

#C83198 (or 0xC83198) is unknown color: approx Medium Red Violet. HEX triplet: C8, 31 and 98. RGB value is (200,49,152). Sum of RGB (Red+Green+Blue) = 200+49+152=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C83198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83198 is #37CE67. Grayscale: #696969. Windows color (decimal): -3657320 or 9974216. OLE color: 9974216.

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

Color convert

RGB20049152-
CMYK00.760.240.22
HSL319.07º60.64%48.82%-
HSV(B)319.07º75.5%78.43%-
XYZ30.5916.7431.33-
YUV105.89154.03195.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.88%
GREEN value IS 49 (19.53% from 255) = 12.22%
BLUE value IS 152 (59.77% from 255) = 37.91%
R=49.88%
G=12.22%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004915200.760.240.22319.0760.6448.82
HexC8319804C181613f3d31
Octal31061230011430264777561
Binary1100100011000110011000010011001100010110100111111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83198; }

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

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

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

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

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

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

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

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