#C0399C

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

Shades of Medium Red Violet #C0399C

Tints of Medium Red Violet #C0399C

Color information

#C0399C (or 0xC0399C) is unknown color: approx Medium Red Violet. HEX triplet: C0, 39 and 9C. RGB value is (192,57,156). Sum of RGB (Red+Green+Blue) = 192+57+156=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0399C is #3FC663. Grayscale: #6C6C6C. Windows color (decimal): -4179556 or 10238400. OLE color: 10238400.

HSL color Cylindrical-coordinate representation of color #C0399C: hue angle of 316º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0399C is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB19257156-
CMYK00.700.190.25
HSL316º54.22%48.82%-
HSV(B)316º70.31%75.29%-
XYZ29.216.5333.1-
YUV108.65154.73187.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.41%
GREEN value IS 57 (22.66% from 255) = 14.07%
BLUE value IS 156 (61.33% from 255) = 38.52%
R=47.41%
G=14.07%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925715600.700.190.2531654.2248.82
HexC0399C046131913c3631
Octal30071234010623314746661
Binary1100000011100110011100010001101001111001100111100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0399C; }

 p { color: rgb(192,57,156); }

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

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

 a { background-color: rgb(192,57,156); }

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

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

 span { border-color: rgb(192,57,156); }

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