#C1298A

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

Shades of Medium Red Violet #C1298A

Tints of Medium Red Violet #C1298A

Color information

#C1298A (or 0xC1298A) is unknown color: approx Medium Red Violet. HEX triplet: C1, 29 and 8A. RGB value is (193,41,138). Sum of RGB (Red+Green+Blue) = 193+41+138=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1298A is #3ED675. Grayscale: #616161. Windows color (decimal): -4118134 or 9054657. OLE color: 9054657.

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

Color convert

RGB19341138-
CMYK00.790.280.24
HSL321.71º64.96%45.88%-
HSV(B)321.71º78.76%75.69%-
XYZ27.3714.7625.45-
YUV97.51150.86196.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.88%
GREEN value IS 41 (16.41% from 255) = 11.02%
BLUE value IS 138 (54.30% from 255) = 37.10%
R=51.88%
G=11.02%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934113800.790.280.24321.7164.9645.88
HexC1298A04F1C18142412e
Octal301512120117343050210156
Binary11000001101001100010100100111111100110001010000101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1298A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1298A; }

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

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

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

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

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

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

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

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