#C10688

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

Shades of Medium Violet Red #C10688

Tints of Medium Violet Red #C10688

Color information

#C10688 (or 0xC10688) is unknown color: approx Medium Violet Red. HEX triplet: C1, 06 and 88. RGB value is (193,6,136). Sum of RGB (Red+Green+Blue) = 193+6+136=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C10688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10688 is #3EF977. Grayscale: #4C4C4C. Windows color (decimal): -4127096 or 8914625. OLE color: 8914625.

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

Color convert

RGB1936136-
CMYK00.970.300.24
HSL318.29º93.97%39.02%-
HSV(B)318.29º96.89%75.69%-
XYZ26.513.2524.45-
YUV76.73161.45210.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.61%
GREEN value IS 6 (2.73% from 255) = 1.79%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=57.61%
G=1.79%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193613600.970.300.24318.2993.9739.02
HexC16880611E1813e5e27
Octal30162100141363047613647
Binary11000001110100010000110000111110110001001111101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10688; }

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

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

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

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

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

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

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

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