#CF207A

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

Shades of Medium Violet Red #CF207A

Tints of Medium Violet Red #CF207A

Color information

#CF207A (or 0xCF207A) is unknown color: approx Medium Violet Red. HEX triplet: CF, 20 and 7A. RGB value is (207,32,122). Sum of RGB (Red+Green+Blue) = 207+32+122=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF207A is #30DF85. Grayscale: #5E5E5E. Windows color (decimal): -3202950 or 8003791. OLE color: 8003791.

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

Color convert

RGB20732122-
CMYK00.850.410.19
HSL329.14º73.22%46.86%-
HSV(B)329.14º84.54%81.18%-
XYZ29.7615.719.87-
YUV94.58143.48208.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.34%
GREEN value IS 32 (12.89% from 255) = 8.86%
BLUE value IS 122 (48.05% from 255) = 33.80%
R=57.34%
G=8.86%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2073212200.850.410.19329.1473.2246.86
HexCF207A0552913149492f
Octal317401720125512351111157
Binary11001111100000111101001010101101001100111010010011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF207A; }

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

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

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

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

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

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

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

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