#CE1971

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

Shades of Medium Violet Red #CE1971

Tints of Medium Violet Red #CE1971

Color information

#CE1971 (or 0xCE1971) is unknown color: approx Medium Violet Red. HEX triplet: CE, 19 and 71. RGB value is (206,25,113). Sum of RGB (Red+Green+Blue) = 206+25+113=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1971 is #31E68E. Grayscale: #585858. Windows color (decimal): -3270287 or 7412174. OLE color: 7412174.

HSL color Cylindrical-coordinate representation of color #CE1971: hue angle of 330.83º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1971 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB20625113-
CMYK00.880.450.19
HSL330.83º78.35%45.29%-
HSV(B)330.83º87.86%80.78%-
XYZ28.7815.0117-
YUV89.15141.47211.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.88%
GREEN value IS 25 (10.16% from 255) = 7.27%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=59.88%
G=7.27%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062511300.880.450.19330.8378.3545.29
HexCE19710582D1314b4e2d
Octal316311610130552351311655
Binary1100111011001111000101011000101101100111010010111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1971; }

 p { color: rgb(206,25,113); }

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

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

 a { background-color: rgb(206,25,113); }

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

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

 span { border-color: rgb(206,25,113); }

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