#C10384

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

Shades of Medium Violet Red #C10384

Tints of Medium Violet Red #C10384

Color information

#C10384 (or 0xC10384) is unknown color: approx Medium Violet Red. HEX triplet: C1, 03 and 84. RGB value is (193,3,132). Sum of RGB (Red+Green+Blue) = 193+3+132=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C10384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10384 is #3EFC7B. Grayscale: #4A4A4A. Windows color (decimal): -4127868 or 8651713. OLE color: 8651713.

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

Color convert

RGB1933132-
CMYK00.980.320.24
HSL319.26º96.94%38.43%-
HSV(B)319.26º98.45%75.69%-
XYZ26.1913.0722.97-
YUV74.52160.45212.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.84%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=58.84%
G=0.91%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193313200.980.320.24319.2696.9438.43
HexC1384062201813f6126
Octal30132040142403047714146
Binary11000001111000010001100010100000110001001111111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10384; }

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

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

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

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

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

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

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

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