#C3316F

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

Shades of Medium Red Violet #C3316F

Tints of Medium Red Violet #C3316F

Color information

#C3316F (or 0xC3316F) is unknown color: approx Medium Red Violet. HEX triplet: C3, 31 and 6F. RGB value is (195,49,111). Sum of RGB (Red+Green+Blue) = 195+49+111=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3316F is #3CCE90. Grayscale: #636363. Windows color (decimal): -3985041 or 7287235. OLE color: 7287235.

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

Color convert

RGB19549111-
CMYK00.750.430.24
HSL334.52º59.84%47.84%-
HSV(B)334.52º74.87%76.47%-
XYZ26.4714.9516.53-
YUV99.72134.37195.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.93%
GREEN value IS 49 (19.53% from 255) = 13.80%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=54.93%
G=13.80%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954911100.750.430.24334.5259.8447.84
HexC3316F04B2B1814f3c30
Octal30361157011353305177460
Binary1100001111000111011110100101110101111000101001111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3316F; }

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

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

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

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

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

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

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

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