#cf1d83

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

Shades of Medium Violet Red #CF1D83

Tints of Medium Violet Red #CF1D83

Color information

#CF1D83 (or 0xCF1D83) is unknown color: approx Medium Violet Red. HEX triplet: CF, 1D and 83. RGB value is (207,29,131). Sum of RGB (Red+Green+Blue) = 207+29+131=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1D83 is #30E27C. Grayscale: #5D5D5D. Windows color (decimal): -3203709 or 8592847. OLE color: 8592847.

HSL color Cylindrical-coordinate representation of color #CF1D83: hue angle of 325.62º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1D83 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB20729131-
CMYK00.860.370.19
HSL325.62º75.42%46.27%-
HSV(B)325.62º85.99%81.18%-
XYZ30.2715.7822.92-
YUV93.85148.97208.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.40%
GREEN value IS 29 (11.72% from 255) = 7.90%
BLUE value IS 131 (51.56% from 255) = 35.69%
R=56.40%
G=7.90%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072913100.860.370.19325.6275.4246.27
HexCF1D8305625131464b2e
Octal317352030126452350611356
Binary11001111111011000001101010110100101100111010001101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf1d83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf1d83; }

 p { color: rgb(207,29,131); }

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

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

 a { background-color: rgb(207,29,131); }

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

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

 span { border-color: rgb(207,29,131); }

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