#CF19A9

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

Shades of Medium Violet Red #CF19A9

Tints of Medium Violet Red #CF19A9

Color information

#CF19A9 (or 0xCF19A9) is unknown color: approx Medium Violet Red. HEX triplet: CF, 19 and A9. RGB value is (207,25,169). Sum of RGB (Red+Green+Blue) = 207+25+169=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF19A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF19A9 is #30E656. Grayscale: #5F5F5F. Windows color (decimal): -3204695 or 11082191. OLE color: 11082191.

HSL color Cylindrical-coordinate representation of color #CF19A9: hue angle of 312.53º degrees, saturation: 0.78, 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 #CF19A9 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB20725169-
CMYK00.880.180.19
HSL312.53º78.45%45.49%-
HSV(B)312.53º87.92%81.18%-
XYZ33.2416.8339.03-
YUV95.83169.3207.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.62%
GREEN value IS 25 (10.16% from 255) = 6.23%
BLUE value IS 169 (66.41% from 255) = 42.14%
R=51.62%
G=6.23%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072516900.880.180.19312.5378.4545.49
HexCF19A905812131394e2d
Octal317312510130222347111655
Binary1100111111001101010010101100010010100111001110011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF19A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF19A9; }

 p { color: rgb(207,25,169); }

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

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

 a { background-color: rgb(207,25,169); }

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

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

 span { border-color: rgb(207,25,169); }

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