#C12388

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

Shades of Medium Violet Red #C12388

Tints of Medium Violet Red #C12388

Color information

#C12388 (or 0xC12388) is unknown color: approx Medium Violet Red. HEX triplet: C1, 23 and 88. RGB value is (193,35,136). Sum of RGB (Red+Green+Blue) = 193+35+136=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C12388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12388 is #3EDC77. Grayscale: #5D5D5D. Windows color (decimal): -4119672 or 8922049. OLE color: 8922049.

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

Color convert

RGB19335136-
CMYK00.820.300.24
HSL321.65º69.3%44.71%-
HSV(B)321.65º81.87%75.69%-
XYZ27.0414.3224.63-
YUV93.76151.85198.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.02%
GREEN value IS 35 (14.06% from 255) = 9.62%
BLUE value IS 136 (53.52% from 255) = 37.36%
R=53.02%
G=9.62%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933513600.820.300.24321.6569.344.71
HexC123880521E18142452d
Octal301432100122363050210555
Binary11000001100011100010000101001011110110001010000101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12388; }

 p { color: rgb(193,35,136); }

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

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

 a { background-color: rgb(193,35,136); }

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

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

 span { border-color: rgb(193,35,136); }

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