#C038A0

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

Shades of Medium Red Violet #C038A0

Tints of Medium Red Violet #C038A0

Color information

#C038A0 (or 0xC038A0) is unknown color: approx Medium Red Violet. HEX triplet: C0, 38 and A0. RGB value is (192,56,160). Sum of RGB (Red+Green+Blue) = 192+56+160=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C038A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C038A0 is #3FC75F. Grayscale: #6C6C6C. Windows color (decimal): -4179808 or 10500288. OLE color: 10500288.

HSL color Cylindrical-coordinate representation of color #C038A0: hue angle of 314.12º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C038A0 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB19256160-
CMYK00.710.170.25
HSL314.12º54.84%48.63%-
HSV(B)314.12º70.83%75.29%-
XYZ29.516.5734.9-
YUV108.52157.06187.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.06%
GREEN value IS 56 (22.27% from 255) = 13.73%
BLUE value IS 160 (62.89% from 255) = 39.22%
R=47.06%
G=13.73%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925616000.710.170.25314.1254.8448.63
HexC038A0047111913a3731
Octal30070240010721314726761
Binary1100000011100010100000010001111000111001100111010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C038A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C038A0; }

 p { color: rgb(192,56,160); }

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

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

 a { background-color: rgb(192,56,160); }

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

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

 span { border-color: rgb(192,56,160); }

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