#CF1288

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

Shades of Medium Violet Red #CF1288

Tints of Medium Violet Red #CF1288

Color information

#CF1288 (or 0xCF1288) is unknown color: approx Medium Violet Red. HEX triplet: CF, 12 and 88. RGB value is (207,18,136). Sum of RGB (Red+Green+Blue) = 207+18+136=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1288 is #30ED77. Grayscale: #575757. Windows color (decimal): -3206520 or 8917711. OLE color: 8917711.

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

Color convert

RGB20718136-
CMYK00.910.340.19
HSL322.54º84%44.12%-
HSV(B)322.54º91.3%81.18%-
XYZ30.3915.4824.68-
YUV87.96155.12212.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.34%
GREEN value IS 18 (7.42% from 255) = 4.99%
BLUE value IS 136 (53.52% from 255) = 37.67%
R=57.34%
G=4.99%
B=37.67%

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
Decimal2071813600.910.340.19322.548444.12
HexCF128805B2213143542c
Octal317222100133422350312454
Binary11001111100101000100001011011100010100111010000111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1288; }

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

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

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

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

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

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

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

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