#ce0f93

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

Shades of Medium Violet Red #CE0F93

Tints of Medium Violet Red #CE0F93

Color information

#CE0F93 (or 0xCE0F93) is unknown color: approx Medium Violet Red. HEX triplet: CE, 0F and 93. RGB value is (206,15,147). Sum of RGB (Red+Green+Blue) = 206+15+147=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0F93 is #31F06C. Grayscale: #565656. Windows color (decimal): -3272813 or 9637838. OLE color: 9637838.

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

Color convert

RGB20615147-
CMYK00.930.290.19
HSL318.53º86.43%43.33%-
HSV(B)318.53º92.72%80.78%-
XYZ30.8915.5728.98-
YUV87.16161.78212.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.98%
GREEN value IS 15 (6.25% from 255) = 4.08%
BLUE value IS 147 (57.81% from 255) = 39.95%
R=55.98%
G=4.08%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061514700.930.290.19318.5386.4343.33
HexCEF9305D1D1313f562b
Octal316172230135352347712653
Binary110011101111100100110101110111101100111001111111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce0f93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce0f93; }

 p { color: rgb(206,15,147); }

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

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

 a { background-color: rgb(206,15,147); }

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

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

 span { border-color: rgb(206,15,147); }

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