#CF2075

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

Shades of Medium Violet Red #CF2075

Tints of Medium Violet Red #CF2075

Color information

#CF2075 (or 0xCF2075) is unknown color: approx Medium Violet Red. HEX triplet: CF, 20 and 75. RGB value is (207,32,117). Sum of RGB (Red+Green+Blue) = 207+32+117=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2075 is #30DF8A. Grayscale: #5D5D5D. Windows color (decimal): -3202955 or 7676111. OLE color: 7676111.

HSL color Cylindrical-coordinate representation of color #CF2075: hue angle of 330.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2075 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB20732117-
CMYK00.850.430.19
HSL330.86º73.22%46.86%-
HSV(B)330.86º84.54%81.18%-
XYZ29.4615.5818.28-
YUV94.01140.98208.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.15%
GREEN value IS 32 (12.89% from 255) = 8.99%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=58.15%
G=8.99%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2073211700.850.430.19330.8673.2246.86
HexCF20750552B1314b492f
Octal317401650125532351311157
Binary11001111100000111010101010101101011100111010010111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2075; }

 p { color: rgb(207,32,117); }

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

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

 a { background-color: rgb(207,32,117); }

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

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

 span { border-color: rgb(207,32,117); }

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