#C8398A

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

Shades of Medium Red Violet #C8398A

Tints of Medium Red Violet #C8398A

Color information

#C8398A (or 0xC8398A) is unknown color: approx Medium Red Violet. HEX triplet: C8, 39 and 8A. RGB value is (200,57,138). Sum of RGB (Red+Green+Blue) = 200+57+138=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8398A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8398A is #37C675. Grayscale: #6C6C6C. Windows color (decimal): -3655286 or 9058760. OLE color: 9058760.

HSL color Cylindrical-coordinate representation of color #C8398A: hue angle of 326.01º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8398A is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB20057138-
CMYK00.720.310.22
HSL326.01º56.52%50.39%-
HSV(B)326.01º71.5%78.43%-
XYZ29.8717.0425.76-
YUV108.99144.38192.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.63%
GREEN value IS 57 (22.66% from 255) = 14.43%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=50.63%
G=14.43%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005713800.720.310.22326.0156.5250.39
HexC8398A0481F161463932
Octal31071212011037265067162
Binary1100100011100110001010010010001111110110101000110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8398A; }

 p { color: rgb(200,57,138); }

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

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

 a { background-color: rgb(200,57,138); }

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

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

 span { border-color: rgb(200,57,138); }

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