#CE15A7

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

Shades of Medium Violet Red #CE15A7

Tints of Medium Violet Red #CE15A7

Color information

#CE15A7 (or 0xCE15A7) is unknown color: approx Medium Violet Red. HEX triplet: CE, 15 and A7. RGB value is (206,21,167). Sum of RGB (Red+Green+Blue) = 206+21+167=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE15A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE15A7 is #31EA58. Grayscale: #5C5C5C. Windows color (decimal): -3271257 or 10950094. OLE color: 10950094.

HSL color Cylindrical-coordinate representation of color #CE15A7: hue angle of 312.65º 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 #CE15A7 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB20621167-
CMYK00.900.190.19
HSL312.65º81.5%44.51%-
HSV(B)312.65º89.81%80.78%-
XYZ32.716.4538.01-
YUV92.96169.79208.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.28%
GREEN value IS 21 (8.59% from 255) = 5.33%
BLUE value IS 167 (65.62% from 255) = 42.39%
R=52.28%
G=5.33%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062116700.900.190.19312.6581.544.51
HexCE15A705A1313139512d
Octal316252470132232347112155
Binary1100111010101101001110101101010011100111001110011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE15A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE15A7; }

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

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

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

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

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

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

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

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