#C03888

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

Shades of Medium Red Violet #C03888

Tints of Medium Red Violet #C03888

Color information

#C03888 (or 0xC03888) is unknown color: approx Medium Red Violet. HEX triplet: C0, 38 and 88. RGB value is (192,56,136). Sum of RGB (Red+Green+Blue) = 192+56+136=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C03888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03888 is #3FC777. Grayscale: #696969. Windows color (decimal): -4179832 or 8927424. OLE color: 8927424.

HSL color Cylindrical-coordinate representation of color #C03888: hue angle of 324.71º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03888 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB19256136-
CMYK00.710.290.25
HSL324.71º54.84%48.63%-
HSV(B)324.71º70.83%75.29%-
XYZ27.615.8124.89-
YUV105.78145.06189.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 14.58%
BLUE value IS 136 (53.52% from 255) = 35.42%
R=50%
G=14.58%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925613600.710.290.25324.7154.8448.63
HexC038880471D191453731
Octal30070210010735315056761
Binary1100000011100010001000010001111110111001101000101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03888; }

 p { color: rgb(192,56,136); }

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

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

 a { background-color: rgb(192,56,136); }

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

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

 span { border-color: rgb(192,56,136); }

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