#CF1E87

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

Shades of Medium Violet Red #CF1E87

Tints of Medium Violet Red #CF1E87

Color information

#CF1E87 (or 0xCF1E87) is unknown color: approx Medium Violet Red. HEX triplet: CF, 1E and 87. RGB value is (207,30,135). Sum of RGB (Red+Green+Blue) = 207+30+135=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1E87 is #30E178. Grayscale: #5E5E5E. Windows color (decimal): -3203449 or 8855247. OLE color: 8855247.

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

Color convert

RGB20730135-
CMYK00.860.350.19
HSL324.41º74.68%46.47%-
HSV(B)324.41º85.51%81.18%-
XYZ30.5715.9424.39-
YUV94.89150.64207.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.65%
GREEN value IS 30 (12.11% from 255) = 8.06%
BLUE value IS 135 (53.12% from 255) = 36.29%
R=55.65%
G=8.06%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2073013500.860.350.19324.4174.6846.47
HexCF1E8705623131444b2e
Octal317362070126432350411356
Binary11001111111101000011101010110100011100111010001001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1E87; }

 p { color: rgb(207,30,135); }

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

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

 a { background-color: rgb(207,30,135); }

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

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

 span { border-color: rgb(207,30,135); }

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