#CF199E

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

Shades of Medium Violet Red #CF199E

Tints of Medium Violet Red #CF199E

Color information

#CF199E (or 0xCF199E) is unknown color: approx Medium Violet Red. HEX triplet: CF, 19 and 9E. RGB value is (207,25,158). Sum of RGB (Red+Green+Blue) = 207+25+158=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF199E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF199E is #30E661. Grayscale: #5E5E5E. Windows color (decimal): -3204706 or 10361295. OLE color: 10361295.

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

Color convert

RGB20725158-
CMYK00.880.240.19
HSL316.15º78.45%45.49%-
HSV(B)316.15º87.92%81.18%-
XYZ32.2516.4333.82-
YUV94.58163.8208.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.08%
GREEN value IS 25 (10.16% from 255) = 6.41%
BLUE value IS 158 (62.11% from 255) = 40.51%
R=53.08%
G=6.41%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072515800.880.240.19316.1578.4545.49
HexCF199E058181313c4e2d
Octal317312360130302347411655
Binary1100111111001100111100101100011000100111001111001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF199E; }

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

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

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

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

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

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

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

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