#C318A3

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

Shades of Medium Violet Red #C318A3

Tints of Medium Violet Red #C318A3

Color information

#C318A3 (or 0xC318A3) is unknown color: approx Medium Violet Red. HEX triplet: C3, 18 and A3. RGB value is (195,24,163). Sum of RGB (Red+Green+Blue) = 195+24+163=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C318A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C318A3 is #3CE75C. Grayscale: #5A5A5A. Windows color (decimal): -3991389 or 10688707. OLE color: 10688707.

HSL color Cylindrical-coordinate representation of color #C318A3: hue angle of 311.23º 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 #C318A3 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB19524163-
CMYK00.880.160.24
HSL311.23º78.08%42.94%-
HSV(B)311.23º87.69%76.47%-
XYZ29.4414.935.97-
YUV90.98168.65202.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.05%
GREEN value IS 24 (9.77% from 255) = 6.28%
BLUE value IS 163 (64.06% from 255) = 42.67%
R=51.05%
G=6.28%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952416300.880.160.24311.2378.0842.94
HexC318A305810181374e2b
Octal303302430130203046711653
Binary1100001111000101000110101100010000110001001101111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C318A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C318A3; }

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

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

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

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

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

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

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

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