#CE0C82

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

Shades of Medium Violet Red #CE0C82

Tints of Medium Violet Red #CE0C82

Color information

#CE0C82 (or 0xCE0C82) is unknown color: approx Medium Violet Red. HEX triplet: CE, 0C and 82. RGB value is (206,12,130). Sum of RGB (Red+Green+Blue) = 206+12+130=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0C82 is #31F37D. Grayscale: #535353. Windows color (decimal): -3273598 or 8522958. OLE color: 8522958.

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

Color convert

RGB20612130-
CMYK00.940.370.19
HSL323.51º88.99%42.75%-
HSV(B)323.51º94.17%80.78%-
XYZ29.611522.45-
YUV83.46154.27215.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.20%
GREEN value IS 12 (5.08% from 255) = 3.45%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=59.20%
G=3.45%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061213000.940.370.19323.5188.9942.75
HexCEC8205E2513144592b
Octal316142020136452350413153
Binary1100111011001000001001011110100101100111010001001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0C82; }

 p { color: rgb(206,12,130); }

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

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

 a { background-color: rgb(206,12,130); }

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

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

 span { border-color: rgb(206,12,130); }

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