#CE13A0

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

Shades of Medium Violet Red #CE13A0

Tints of Medium Violet Red #CE13A0

Color information

#CE13A0 (or 0xCE13A0) is unknown color: approx Medium Violet Red. HEX triplet: CE, 13 and A0. RGB value is (206,19,160). Sum of RGB (Red+Green+Blue) = 206+19+160=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE13A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE13A0 is #31EC5F. Grayscale: #5A5A5A. Windows color (decimal): -3271776 or 10490830. OLE color: 10490830.

HSL color Cylindrical-coordinate representation of color #CE13A0: hue angle of 314.76º degrees, saturation: 0.83, 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 #CE13A0 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB20619160-
CMYK00.910.220.19
HSL314.76º83.11%44.12%-
HSV(B)314.76º90.78%80.78%-
XYZ32.0316.1334.68-
YUV90.99166.95210.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.51%
GREEN value IS 19 (7.81% from 255) = 4.94%
BLUE value IS 160 (62.89% from 255) = 41.56%
R=53.51%
G=4.94%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061916000.910.220.19314.7683.1144.12
HexCE13A005B161313b532c
Octal316232400133262347312354
Binary1100111010011101000000101101110110100111001110111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE13A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE13A0; }

 p { color: rgb(206,19,160); }

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

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

 a { background-color: rgb(206,19,160); }

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

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

 span { border-color: rgb(206,19,160); }

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