#C1308A

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

Shades of Medium Red Violet #C1308A

Tints of Medium Red Violet #C1308A

Color information

#C1308A (or 0xC1308A) is unknown color: approx Medium Red Violet. HEX triplet: C1, 30 and 8A. RGB value is (193,48,138). Sum of RGB (Red+Green+Blue) = 193+48+138=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C1308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1308A is #3ECF75. Grayscale: #656565. Windows color (decimal): -4116342 or 9056449. OLE color: 9056449.

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

Color convert

RGB19348138-
CMYK00.750.280.24
HSL322.76º60.17%47.25%-
HSV(B)322.76º75.13%75.69%-
XYZ27.6415.2925.54-
YUV101.62148.54193.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.92%
GREEN value IS 48 (19.14% from 255) = 12.66%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=50.92%
G=12.66%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934813800.750.280.24322.7660.1747.25
HexC1308A04B1C181433c2f
Octal30160212011334305037457
Binary1100000111000010001010010010111110011000101000011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1308A; }

 p { color: rgb(193,48,138); }

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

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

 a { background-color: rgb(193,48,138); }

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

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

 span { border-color: rgb(193,48,138); }

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