#CF0976

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

Shades of Medium Violet Red #CF0976

Tints of Medium Violet Red #CF0976

Color information

#CF0976 (or 0xCF0976) is unknown color: approx Medium Violet Red. HEX triplet: CF, 09 and 76. RGB value is (207,9,118). Sum of RGB (Red+Green+Blue) = 207+9+118=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0976 is #30F689. Grayscale: #505050. Windows color (decimal): -3208842 or 7735759. OLE color: 7735759.

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

Color convert

RGB2079118-
CMYK00.960.430.19
HSL326.97º91.67%42.35%-
HSV(B)326.97º95.65%81.18%-
XYZ29.114.7718.46-
YUV80.63149.1218.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.98%
GREEN value IS 9 (3.91% from 255) = 2.69%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=61.98%
G=2.69%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207911800.960.430.19326.9791.6742.35
HexCF9760602B131475c2a
Octal317111660140532350713452
Binary110011111001111011001100000101011100111010001111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0976; }

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

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

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

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

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

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

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

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