#CF1DA9

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

Shades of Medium Violet Red #CF1DA9

Tints of Medium Violet Red #CF1DA9

Color information

#CF1DA9 (or 0xCF1DA9) is unknown color: approx Medium Violet Red. HEX triplet: CF, 1D and A9. RGB value is (207,29,169). Sum of RGB (Red+Green+Blue) = 207+29+169=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1DA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1DA9 is #30E256. Grayscale: #616161. Windows color (decimal): -3203671 or 11083215. OLE color: 11083215.

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

Color convert

RGB20729169-
CMYK00.860.180.19
HSL312.81º75.42%46.27%-
HSV(B)312.81º85.99%81.18%-
XYZ33.3317.0139.06-
YUV98.18167.97205.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.11%
GREEN value IS 29 (11.72% from 255) = 7.16%
BLUE value IS 169 (66.41% from 255) = 41.73%
R=51.11%
G=7.16%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072916900.860.180.19312.8175.4246.27
HexCF1DA905612131394b2e
Octal317352510126222347111356
Binary1100111111101101010010101011010010100111001110011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1DA9; }

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

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

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

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

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

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

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

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