#C1036D

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

Shades of Medium Violet Red #C1036D

Tints of Medium Violet Red #C1036D

Color information

#C1036D (or 0xC1036D) is unknown color: approx Medium Violet Red. HEX triplet: C1, 03 and 6D. RGB value is (193,3,109). Sum of RGB (Red+Green+Blue) = 193+3+109=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1036D is #3EFC92. Grayscale: #474747. Windows color (decimal): -4127891 or 7144385. OLE color: 7144385.

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

Color convert

RGB1933109-
CMYK00.980.440.24
HSL326.53º96.94%38.43%-
HSV(B)326.53º98.45%75.69%-
XYZ24.7912.5115.58-
YUV71.89148.95214.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.28%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=63.28%
G=0.98%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193310900.980.440.24326.5396.9438.43
HexC136D0622C181476126
Octal30131550142543050714146
Binary1100000111110110101100010101100110001010001111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1036D; }

 p { color: rgb(193,3,109); }

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

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

 a { background-color: rgb(193,3,109); }

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

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

 span { border-color: rgb(193,3,109); }

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