#CE1D87

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

Shades of Medium Violet Red #CE1D87

Tints of Medium Violet Red #CE1D87

Color information

#CE1D87 (or 0xCE1D87) is unknown color: approx Medium Violet Red. HEX triplet: CE, 1D and 87. RGB value is (206,29,135). Sum of RGB (Red+Green+Blue) = 206+29+135=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1D87 is #31E278. Grayscale: #5D5D5D. Windows color (decimal): -3269241 or 8854990. OLE color: 8854990.

HSL color Cylindrical-coordinate representation of color #CE1D87: hue angle of 324.07º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1D87 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB20629135-
CMYK00.860.340.19
HSL324.07º75.32%46.08%-
HSV(B)324.07º85.92%80.78%-
XYZ30.2715.7524.37-
YUV94.01151.14207.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.68%
GREEN value IS 29 (11.72% from 255) = 7.84%
BLUE value IS 135 (53.12% from 255) = 36.49%
R=55.68%
G=7.84%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062913500.860.340.19324.0775.3246.08
HexCE1D8705622131444b2e
Octal316352070126422350411356
Binary11001110111011000011101010110100010100111010001001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1D87; }

 p { color: rgb(206,29,135); }

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

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

 a { background-color: rgb(206,29,135); }

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

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

 span { border-color: rgb(206,29,135); }

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