#CF1887

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

Shades of Medium Violet Red #CF1887

Tints of Medium Violet Red #CF1887

Color information

#CF1887 (or 0xCF1887) is unknown color: approx Medium Violet Red. HEX triplet: CF, 18 and 87. RGB value is (207,24,135). Sum of RGB (Red+Green+Blue) = 207+24+135=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1887 is #30E778. Grayscale: #5B5B5B. Windows color (decimal): -3204985 or 8853711. OLE color: 8853711.

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

Color convert

RGB20724135-
CMYK00.880.350.19
HSL323.61º79.22%45.29%-
HSV(B)323.61º88.41%81.18%-
XYZ30.4315.6724.34-
YUV91.37152.63210.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.56%
GREEN value IS 24 (9.77% from 255) = 6.56%
BLUE value IS 135 (53.12% from 255) = 36.89%
R=56.56%
G=6.56%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072413500.880.350.19323.6179.2245.29
HexCF188705823131444f2d
Octal317302070130432350411755
Binary11001111110001000011101011000100011100111010001001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1887; }

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

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

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

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

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

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

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

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