#CF007A

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

Shades of Medium Violet Red #CF007A

Tints of Medium Violet Red #CF007A

Color information

#CF007A (or 0xCF007A) is unknown color: approx Medium Violet Red. HEX triplet: CF, 00 and 7A. RGB value is (207,0,122). Sum of RGB (Red+Green+Blue) = 207+0+122=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF007A is #30FF85. Grayscale: #4B4B4B. Windows color (decimal): -3211142 or 7995599. OLE color: 7995599.

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

Color convert

RGB2070122-
CMYK010.410.19
HSL324.64º100%40.59%-
HSV(B)324.64º100%81.18%-
XYZ29.2414.6719.7-
YUV75.8154.08221.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 62.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=62.92%
G=0%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2070122010.410.19324.6410040.59
HexCF07A06429131456429
Octal31701720144512350514451
Binary110011110111101001100100101001100111010001011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF007A; }

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

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

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

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

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

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

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

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