#cf1494

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

Shades of Medium Violet Red #CF1494

Tints of Medium Violet Red #CF1494

Color information

#CF1494 (or 0xCF1494) is unknown color: approx Medium Violet Red. HEX triplet: CF, 14 and 94. RGB value is (207,20,148). Sum of RGB (Red+Green+Blue) = 207+20+148=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1494 is #30EB6B. Grayscale: #5A5A5A. Windows color (decimal): -3205996 or 9704655. OLE color: 9704655.

HSL color Cylindrical-coordinate representation of color #CF1494: hue angle of 318.93º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1494 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB20720148-
CMYK00.900.290.19
HSL318.93º82.38%44.51%-
HSV(B)318.93º90.34%81.18%-
XYZ31.3315.929.44-
YUV90.5160.45211.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.2%
GREEN value IS 20 (8.20% from 255) = 5.33%
BLUE value IS 148 (58.20% from 255) = 39.47%
R=55.2%
G=5.33%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072014800.900.290.19318.9382.3844.51
HexCF149405A1D1313f522d
Octal317242240132352347712255
Binary1100111110100100101000101101011101100111001111111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf1494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf1494; }

 p { color: rgb(207,20,148); }

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

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

 a { background-color: rgb(207,20,148); }

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

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

 span { border-color: rgb(207,20,148); }

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