#C318A1

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

Shades of Medium Violet Red #C318A1

Tints of Medium Violet Red #C318A1

Color information

#C318A1 (or 0xC318A1) is unknown color: approx Medium Violet Red. HEX triplet: C3, 18 and A1. RGB value is (195,24,161). Sum of RGB (Red+Green+Blue) = 195+24+161=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 161 (63.28% from 255 or 42.37% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C318A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C318A1 is #3CE75E. Grayscale: #5A5A5A. Windows color (decimal): -3991391 or 10557635. OLE color: 10557635.

HSL color Cylindrical-coordinate representation of color #C318A1: hue angle of 311.93º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C318A1 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB19524161-
CMYK00.880.170.24
HSL311.93º78.08%42.94%-
HSV(B)311.93º87.69%76.47%-
XYZ29.2714.8335.04-
YUV90.75167.65202.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.32%
GREEN value IS 24 (9.77% from 255) = 6.32%
BLUE value IS 161 (63.28% from 255) = 42.37%
R=51.32%
G=6.32%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952416100.880.170.24311.9378.0842.94
HexC318A105811181384e2b
Octal303302410130213047011653
Binary1100001111000101000010101100010001110001001110001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C318A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C318A1; }

 p { color: rgb(195,24,161); }

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

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

 a { background-color: rgb(195,24,161); }

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

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

 span { border-color: rgb(195,24,161); }

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