#CE1CA0

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

Shades of Medium Violet Red #CE1CA0

Tints of Medium Violet Red #CE1CA0

Color information

#CE1CA0 (or 0xCE1CA0) is unknown color: approx Medium Violet Red. HEX triplet: CE, 1C and A0. RGB value is (206,28,160). Sum of RGB (Red+Green+Blue) = 206+28+160=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1CA0 is #31E35F. Grayscale: #5F5F5F. Windows color (decimal): -3269472 or 10493134. OLE color: 10493134.

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

Color convert

RGB20628160-
CMYK00.860.220.19
HSL315.51º76.07%45.88%-
HSV(B)315.51º86.41%80.78%-
XYZ32.2116.4934.74-
YUV96.27163.97206.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.28%
GREEN value IS 28 (11.33% from 255) = 7.11%
BLUE value IS 160 (62.89% from 255) = 40.61%
R=52.28%
G=7.11%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062816000.860.220.19315.5176.0745.88
HexCE1CA0056161313c4c2e
Octal316342400126262347411456
Binary1100111011100101000000101011010110100111001111001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1CA0; }

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

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

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

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

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

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

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

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