#CF1287

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

Shades of Medium Violet Red #CF1287

Tints of Medium Violet Red #CF1287

Color information

#CF1287 (or 0xCF1287) is unknown color: approx Medium Violet Red. HEX triplet: CF, 12 and 87. RGB value is (207,18,135). Sum of RGB (Red+Green+Blue) = 207+18+135=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1287 is #30ED78. Grayscale: #575757. Windows color (decimal): -3206521 or 8852175. OLE color: 8852175.

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

Color convert

RGB20718135-
CMYK00.910.350.19
HSL322.86º84%44.12%-
HSV(B)322.86º91.3%81.18%-
XYZ30.3215.4524.31-
YUV87.85154.62212.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.5%
GREEN value IS 18 (7.42% from 255) = 5%
BLUE value IS 135 (53.12% from 255) = 37.5%
R=57.5%
G=5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071813500.910.350.19322.868444.12
HexCF128705B2313143542c
Octal317222070133432350312454
Binary11001111100101000011101011011100011100111010000111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1287; }

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

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

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

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

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

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

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

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