#C3318A

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

Shades of Medium Red Violet #C3318A

Tints of Medium Red Violet #C3318A

Color information

#C3318A (or 0xC3318A) is unknown color: approx Medium Red Violet. HEX triplet: C3, 31 and 8A. RGB value is (195,49,138). Sum of RGB (Red+Green+Blue) = 195+49+138=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C3318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3318A is #3CCE75. Grayscale: #666666. Windows color (decimal): -3985014 or 9056707. OLE color: 9056707.

HSL color Cylindrical-coordinate representation of color #C3318A: hue angle of 323.42º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3318A is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB19549138-
CMYK00.750.290.24
HSL323.42º59.84%47.84%-
HSV(B)323.42º74.87%76.47%-
XYZ28.1915.6325.58-
YUV102.8147.87193.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.05%
GREEN value IS 49 (19.53% from 255) = 12.83%
BLUE value IS 138 (54.30% from 255) = 36.13%
R=51.05%
G=12.83%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954913800.750.290.24323.4259.8447.84
HexC3318A04B1D181433c30
Octal30361212011335305037460
Binary1100001111000110001010010010111110111000101000011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3318A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3318A; }

 p { color: rgb(195,49,138); }

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

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

 a { background-color: rgb(195,49,138); }

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

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

 span { border-color: rgb(195,49,138); }

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