#CE06A1

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

Shades of Medium Violet Red #CE06A1

Tints of Medium Violet Red #CE06A1

Color information

#CE06A1 (or 0xCE06A1) is unknown color: approx Medium Violet Red. HEX triplet: CE, 06 and A1. RGB value is (206,6,161). Sum of RGB (Red+Green+Blue) = 206+6+161=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE06A1 is #31F95E. Grayscale: #535353. Windows color (decimal): -3275103 or 10553038. OLE color: 10553038.

HSL color Cylindrical-coordinate representation of color #CE06A1: hue angle of 313.5º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE06A1 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB2066161-
CMYK00.970.220.19
HSL313.5º94.34%41.57%-
HSV(B)313.5º97.09%80.78%-
XYZ31.9515.8335.09-
YUV83.47171.76215.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.23%
GREEN value IS 6 (2.73% from 255) = 1.61%
BLUE value IS 161 (63.28% from 255) = 43.16%
R=55.23%
G=1.61%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206616100.970.220.19313.594.3441.57
HexCE6A1061161313a5e2a
Octal31662410141262347213652
Binary11001110110101000010110000110110100111001110101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE06A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE06A1; }

 p { color: rgb(206,6,161); }

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

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

 a { background-color: rgb(206,6,161); }

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

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

 span { border-color: rgb(206,6,161); }

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