#cf0080

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

Shades of Medium Violet Red #CF0080

Tints of Medium Violet Red #CF0080

Color information

#CF0080 (or 0xCF0080) is unknown color: approx Medium Violet Red. HEX triplet: CF, 00 and 80. RGB value is (207,0,128). Sum of RGB (Red+Green+Blue) = 207+0+128=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0080 is #30FF7F. Grayscale: #4C4C4C. Windows color (decimal): -3211136 or 8388815. OLE color: 8388815.

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

Color convert

RGB2070128-
CMYK010.380.19
HSL322.9º100%40.59%-
HSV(B)322.9º100%81.18%-
XYZ29.6314.8221.72-
YUV76.48157.08221.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 128 (50.39% from 255) = 38.21%
R=61.79%
G=0%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2070128010.380.19322.910040.59
HexCF08006426131436429
Octal31702000144462350314451
Binary1100111101000000001100100100110100111010000111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf0080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf0080; }

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

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

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

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

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

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

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

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