#CF19A5

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

Shades of Medium Violet Red #CF19A5

Tints of Medium Violet Red #CF19A5

Color information

#CF19A5 (or 0xCF19A5) is unknown color: approx Medium Violet Red. HEX triplet: CF, 19 and A5. RGB value is (207,25,165). Sum of RGB (Red+Green+Blue) = 207+25+165=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF19A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF19A5 is #30E65A. Grayscale: #5F5F5F. Windows color (decimal): -3204699 or 10820047. OLE color: 10820047.

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

Color convert

RGB20725165-
CMYK00.880.200.19
HSL313.85º78.45%45.49%-
HSV(B)313.85º87.92%81.18%-
XYZ32.8716.6837.08-
YUV95.38167.3207.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.14%
GREEN value IS 25 (10.16% from 255) = 6.30%
BLUE value IS 165 (64.84% from 255) = 41.56%
R=52.14%
G=6.30%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072516500.880.200.19313.8578.4545.49
HexCF19A5058141313a4e2d
Octal317312450130242347211655
Binary1100111111001101001010101100010100100111001110101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF19A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF19A5; }

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

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

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

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

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

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

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

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