#CF1289

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

Shades of Medium Violet Red #CF1289

Tints of Medium Violet Red #CF1289

Color information

#CF1289 (or 0xCF1289) is unknown color: approx Medium Violet Red. HEX triplet: CF, 12 and 89. RGB value is (207,18,137). Sum of RGB (Red+Green+Blue) = 207+18+137=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1289 is #30ED76. Grayscale: #575757. Windows color (decimal): -3206519 or 8983247. OLE color: 8983247.

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

Color convert

RGB20718137-
CMYK00.910.340.19
HSL322.22º84%44.12%-
HSV(B)322.22º91.3%81.18%-
XYZ30.4615.525.05-
YUV88.08155.62212.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.18%
GREEN value IS 18 (7.42% from 255) = 4.97%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=57.18%
G=4.97%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071813700.910.340.19322.228444.12
HexCF128905B2213142542c
Octal317222110133422350212454
Binary11001111100101000100101011011100010100111010000101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1289; }

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

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

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

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

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

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

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

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