#cf1cab

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

Shades of Medium Violet Red #CF1CAB

Tints of Medium Violet Red #CF1CAB

Color information

#CF1CAB (or 0xCF1CAB) is unknown color: approx Medium Violet Red. HEX triplet: CF, 1C and AB. RGB value is (207,28,171). Sum of RGB (Red+Green+Blue) = 207+28+171=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1CAB is #30E354. Grayscale: #616161. Windows color (decimal): -3203925 or 11214031. OLE color: 11214031.

HSL color Cylindrical-coordinate representation of color #CF1CAB: hue angle of 312.07º degrees, saturation: 0.76, 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 #CF1CAB is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB20728171-
CMYK00.860.170.19
HSL312.07º76.17%46.08%-
HSV(B)312.07º86.47%81.18%-
XYZ33.517.0440.05-
YUV97.82169.3205.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.99%
GREEN value IS 28 (11.33% from 255) = 6.90%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=50.99%
G=6.90%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072817100.860.170.19312.0776.1746.08
HexCF1CAB05611131384c2e
Octal317342530126212347011456
Binary1100111111100101010110101011010001100111001110001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf1cab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf1cab; }

 p { color: rgb(207,28,171); }

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

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

 a { background-color: rgb(207,28,171); }

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

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

 span { border-color: rgb(207,28,171); }

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