#CF0096

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

Shades of Medium Violet Red #CF0096

Tints of Medium Violet Red #CF0096

Color information

#CF0096 (or 0xCF0096) is unknown color: approx Medium Violet Red. HEX triplet: CF, 00 and 96. RGB value is (207,0,150). Sum of RGB (Red+Green+Blue) = 207+0+150=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0096 is #30FF69. Grayscale: #4E4E4E. Windows color (decimal): -3211114 or 9830607. OLE color: 9830607.

HSL color Cylindrical-coordinate representation of color #CF0096: hue angle of 316.52º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0096 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB2070150-
CMYK010.280.19
HSL316.52º100%40.59%-
HSV(B)316.52º100%81.18%-
XYZ31.2415.4730.19-
YUV78.99168.08219.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=57.98%
G=0%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2070150010.280.19316.5210040.59
HexCF0960641C1313d6429
Octal31702260144342347514451
Binary110011110100101100110010011100100111001111011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0096; }

 p { color: rgb(207,0,150); }

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

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

 a { background-color: rgb(207,0,150); }

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

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

 span { border-color: rgb(207,0,150); }

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