#CE1286

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

Shades of Medium Violet Red #CE1286

Tints of Medium Violet Red #CE1286

Color information

#CE1286 (or 0xCE1286) is unknown color: approx Medium Violet Red. HEX triplet: CE, 12 and 86. RGB value is (206,18,134). Sum of RGB (Red+Green+Blue) = 206+18+134=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1286 is #31ED79. Grayscale: #575757. Windows color (decimal): -3272058 or 8786638. OLE color: 8786638.

HSL color Cylindrical-coordinate representation of color #CE1286: hue angle of 322.98º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1286 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB20618134-
CMYK00.910.350.19
HSL322.98º83.93%43.92%-
HSV(B)322.98º91.26%80.78%-
XYZ29.9715.2823.92-
YUV87.44154.28212.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.54%
GREEN value IS 18 (7.42% from 255) = 5.03%
BLUE value IS 134 (52.73% from 255) = 37.43%
R=57.54%
G=5.03%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061813400.910.350.19322.9883.9343.92
HexCE128605B2313143542c
Octal316222060133432350312454
Binary11001110100101000011001011011100011100111010000111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1286; }

 p { color: rgb(206,18,134); }

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

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

 a { background-color: rgb(206,18,134); }

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

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

 span { border-color: rgb(206,18,134); }

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