#C103A0

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

Shades of Medium Violet Red #C103A0

Tints of Medium Violet Red #C103A0

Color information

#C103A0 (or 0xC103A0) is unknown color: approx Medium Violet Red. HEX triplet: C1, 03 and A0. RGB value is (193,3,160). Sum of RGB (Red+Green+Blue) = 193+3+160=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C103A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C103A0 is #3EFC5F. Grayscale: #4D4D4D. Windows color (decimal): -4127840 or 10486721. OLE color: 10486721.

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

Color convert

RGB1933160-
CMYK00.980.170.24
HSL310.42º96.94%38.43%-
HSV(B)310.42º98.45%75.69%-
XYZ28.3713.9434.45-
YUV77.71174.45210.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.21%
GREEN value IS 3 (1.56% from 255) = 0.84%
BLUE value IS 160 (62.89% from 255) = 44.94%
R=54.21%
G=0.84%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193316000.980.170.24310.4296.9438.43
HexC13A006211181366126
Octal30132400142213046614146
Binary1100000111101000000110001010001110001001101101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C103A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C103A0; }

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

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

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

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

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

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

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

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