#C0039A

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

Shades of Medium Violet Red #C0039A

Tints of Medium Violet Red #C0039A

Color information

#C0039A (or 0xC0039A) is unknown color: approx Medium Violet Red. HEX triplet: C0, 03 and 9A. RGB value is (192,3,154). Sum of RGB (Red+Green+Blue) = 192+3+154=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0039A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0039A is #3FFC65. Grayscale: #4C4C4C. Windows color (decimal): -4193382 or 10093504. OLE color: 10093504.

HSL color Cylindrical-coordinate representation of color #C0039A: hue angle of 312.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0039A is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB1923154-
CMYK00.980.200.25
HSL312.06º96.92%38.24%-
HSV(B)312.06º98.44%75.29%-
XYZ27.613.631.74-
YUV76.73171.62210.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.01%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 154 (60.55% from 255) = 44.13%
R=55.01%
G=0.86%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192315400.980.200.25312.0696.9238.24
HexC039A06214191386126
Octal30032320142243147014146
Binary1100000011100110100110001010100110011001110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0039A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0039A; }

 p { color: rgb(192,3,154); }

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

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

 a { background-color: rgb(192,3,154); }

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

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

 span { border-color: rgb(192,3,154); }

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