#CE0B7F

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

Shades of Medium Violet Red #CE0B7F

Tints of Medium Violet Red #CE0B7F

Color information

#CE0B7F (or 0xCE0B7F) is unknown color: approx Medium Violet Red. HEX triplet: CE, 0B and 7F. RGB value is (206,11,127). Sum of RGB (Red+Green+Blue) = 206+11+127=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0B7F is #31F480. Grayscale: #525252. Windows color (decimal): -3273857 or 8326094. OLE color: 8326094.

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

Color convert

RGB20611127-
CMYK00.950.380.19
HSL324.31º89.86%42.55%-
HSV(B)324.31º94.66%80.78%-
XYZ29.414.8921.4-
YUV82.53153.1216.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.88%
GREEN value IS 11 (4.69% from 255) = 3.20%
BLUE value IS 127 (50% from 255) = 36.92%
R=59.88%
G=3.20%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061112700.950.380.19324.3189.8642.55
HexCEB7F05F26131445a2b
Octal316131770137462350413253
Binary110011101011111111101011111100110100111010001001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0B7F; }

 p { color: rgb(206,11,127); }

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

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

 a { background-color: rgb(206,11,127); }

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

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

 span { border-color: rgb(206,11,127); }

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