#C3019A

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

Shades of Medium Violet Red #C3019A

Tints of Medium Violet Red #C3019A

Color information

#C3019A (or 0xC3019A) is unknown color: approx Medium Violet Red. HEX triplet: C3, 01 and 9A. RGB value is (195,1,154). Sum of RGB (Red+Green+Blue) = 195+1+154=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C3019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3019A is #3CFE65. Grayscale: #4C4C4C. Windows color (decimal): -3997286 or 10092995. OLE color: 10092995.

HSL color Cylindrical-coordinate representation of color #C3019A: hue angle of 312.68º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3019A is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB1951154-
CMYK00.990.210.24
HSL312.68º98.98%38.43%-
HSV(B)312.68º99.49%76.47%-
XYZ28.3513.9631.77-
YUV76.45171.77212.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.71%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 154 (60.55% from 255) = 44%
R=55.71%
G=0.29%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195115400.990.210.24312.6898.9838.43
HexC319A06315181396326
Octal30312320143253047114346
Binary110000111100110100110001110101110001001110011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3019A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3019A; }

 p { color: rgb(195,1,154); }

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

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

 a { background-color: rgb(195,1,154); }

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

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

 span { border-color: rgb(195,1,154); }

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