#CE1F8A

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

Shades of Medium Violet Red #CE1F8A

Tints of Medium Violet Red #CE1F8A

Color information

#CE1F8A (or 0xCE1F8A) is unknown color: approx Medium Violet Red. HEX triplet: CE, 1F and 8A. RGB value is (206,31,138). Sum of RGB (Red+Green+Blue) = 206+31+138=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1F8A is #31E075. Grayscale: #5F5F5F. Windows color (decimal): -3268726 or 9052110. OLE color: 9052110.

HSL color Cylindrical-coordinate representation of color #CE1F8A: hue angle of 323.31º 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 #CE1F8A is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB20631138-
CMYK00.850.330.19
HSL323.31º73.84%46.47%-
HSV(B)323.31º84.95%80.78%-
XYZ30.5315.9425.51-
YUV95.52151.98206.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.93%
GREEN value IS 31 (12.5% from 255) = 8.27%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=54.93%
G=8.27%
B=36.8%

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
Decimal2063113800.850.330.19323.3173.8446.47
HexCE1F8A05521131434a2e
Octal316372120125412350311256
Binary11001110111111000101001010101100001100111010000111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1F8A; }

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

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

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

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

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

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

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

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