#CE15A8

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

Shades of Medium Violet Red #CE15A8

Tints of Medium Violet Red #CE15A8

Color information

#CE15A8 (or 0xCE15A8) is unknown color: approx Medium Violet Red. HEX triplet: CE, 15 and A8. RGB value is (206,21,168). Sum of RGB (Red+Green+Blue) = 206+21+168=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE15A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE15A8 is #31EA57. Grayscale: #5C5C5C. Windows color (decimal): -3271256 or 11015630. OLE color: 11015630.

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

Color convert

RGB20621168-
CMYK00.900.180.19
HSL312.32º81.5%44.51%-
HSV(B)312.32º89.81%80.78%-
XYZ32.7916.4938.5-
YUV93.07170.29208.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.15%
GREEN value IS 21 (8.59% from 255) = 5.32%
BLUE value IS 168 (66.02% from 255) = 42.53%
R=52.15%
G=5.32%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062116800.900.180.19312.3281.544.51
HexCE15A805A1213138512d
Octal316252500132222347012155
Binary1100111010101101010000101101010010100111001110001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE15A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE15A8; }

 p { color: rgb(206,21,168); }

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

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

 a { background-color: rgb(206,21,168); }

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

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

 span { border-color: rgb(206,21,168); }

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