#C7007A

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

Shades of Medium Violet Red #C7007A

Tints of Medium Violet Red #C7007A

Color information

#C7007A (or 0xC7007A) is unknown color: approx Medium Violet Red. HEX triplet: C7, 00 and 7A. RGB value is (199,0,122). Sum of RGB (Red+Green+Blue) = 199+0+122=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C7007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7007A is #38FF85. Grayscale: #494949. Windows color (decimal): -3735430 or 7995591. OLE color: 7995591.

HSL color Cylindrical-coordinate representation of color #C7007A: hue angle of 323.22º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7007A is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB1990122-
CMYK010.390.22
HSL323.22º100%39.02%-
HSV(B)323.22º100%78.04%-
XYZ27.0713.5519.6-
YUV73.41155.43217.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=61.99%
G=0%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1990122010.390.22323.2210039.02
HexC707A06427161436427
Octal30701720144472650314447
Binary110001110111101001100100100111101101010000111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7007A; }

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

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

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

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

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

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

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

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