#CE1F8B

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

Shades of Medium Violet Red #CE1F8B

Tints of Medium Violet Red #CE1F8B

Color information

#CE1F8B (or 0xCE1F8B) is unknown color: approx Medium Violet Red. HEX triplet: CE, 1F and 8B. RGB value is (206,31,139). Sum of RGB (Red+Green+Blue) = 206+31+139=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1F8B is #31E074. Grayscale: #5F5F5F. Windows color (decimal): -3268725 or 9117646. OLE color: 9117646.

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

Color convert

RGB20631139-
CMYK00.850.330.19
HSL322.97º73.84%46.47%-
HSV(B)322.97º84.95%80.78%-
XYZ30.615.9725.89-
YUV95.64152.48206.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.79%
GREEN value IS 31 (12.5% from 255) = 8.24%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=54.79%
G=8.24%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063113900.850.330.19322.9773.8446.47
HexCE1F8B05521131434a2e
Octal316372130125412350311256
Binary11001110111111000101101010101100001100111010000111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1F8B; }

 p { color: rgb(206,31,139); }

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

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

 a { background-color: rgb(206,31,139); }

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

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

 span { border-color: rgb(206,31,139); }

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