#CF199A

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

Shades of Medium Violet Red #CF199A

Tints of Medium Violet Red #CF199A

Color information

#CF199A (or 0xCF199A) is unknown color: approx Medium Violet Red. HEX triplet: CF, 19 and 9A. RGB value is (207,25,154). Sum of RGB (Red+Green+Blue) = 207+25+154=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF199A is #30E665. Grayscale: #5D5D5D. Windows color (decimal): -3204710 or 10099151. OLE color: 10099151.

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

Color convert

RGB20725154-
CMYK00.880.260.19
HSL317.47º78.45%45.49%-
HSV(B)317.47º87.92%81.18%-
XYZ31.9116.2932.03-
YUV94.12161.8208.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.63%
GREEN value IS 25 (10.16% from 255) = 6.48%
BLUE value IS 154 (60.55% from 255) = 39.90%
R=53.63%
G=6.48%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072515400.880.260.19317.4778.4545.49
HexCF199A0581A1313d4e2d
Octal317312320130322347511655
Binary1100111111001100110100101100011010100111001111011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF199A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF199A; }

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

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

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

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

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

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

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

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