#CF097F

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

Shades of Medium Violet Red #CF097F

Tints of Medium Violet Red #CF097F

Color information

#CF097F (or 0xCF097F) is unknown color: approx Medium Violet Red. HEX triplet: CF, 09 and 7F. RGB value is (207,9,127). Sum of RGB (Red+Green+Blue) = 207+9+127=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF097F is #30F680. Grayscale: #515151. Windows color (decimal): -3208833 or 8325583. OLE color: 8325583.

HSL color Cylindrical-coordinate representation of color #CF097F: hue angle of 324.24º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF097F is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB2079127-
CMYK00.960.390.19
HSL324.24º91.67%42.35%-
HSV(B)324.24º95.65%81.18%-
XYZ29.6614.9921.41-
YUV81.65153.6217.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60.35%
GREEN value IS 9 (3.91% from 255) = 2.62%
BLUE value IS 127 (50% from 255) = 37.03%
R=60.35%
G=2.62%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207912700.960.390.19324.2491.6742.35
HexCF97F06027131445c2a
Octal317111770140472350413452
Binary110011111001111111101100000100111100111010001001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF097F; }

 p { color: rgb(207,9,127); }

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

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

 a { background-color: rgb(207,9,127); }

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

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

 span { border-color: rgb(207,9,127); }

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