#C1258B

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

Shades of Medium Red Violet #C1258B

Tints of Medium Red Violet #C1258B

Color information

#C1258B (or 0xC1258B) is unknown color: approx Medium Red Violet. HEX triplet: C1, 25 and 8B. RGB value is (193,37,139). Sum of RGB (Red+Green+Blue) = 193+37+139=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1258B is #3EDA74. Grayscale: #5F5F5F. Windows color (decimal): -4119157 or 9119169. OLE color: 9119169.

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

Color convert

RGB19337139-
CMYK00.810.280.24
HSL320.77º67.83%45.1%-
HSV(B)320.77º80.83%75.69%-
XYZ27.3114.5225.79-
YUV95.27152.68197.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.30%
GREEN value IS 37 (14.84% from 255) = 10.03%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=52.30%
G=10.03%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933713900.810.280.24320.7767.8345.1
HexC1258B0511C18141442d
Octal301452130121343050110455
Binary11000001100101100010110101000111100110001010000011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1258B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1258B; }

 p { color: rgb(193,37,139); }

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

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

 a { background-color: rgb(193,37,139); }

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

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

 span { border-color: rgb(193,37,139); }

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