#C7007D

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

Shades of Medium Violet Red #C7007D

Tints of Medium Violet Red #C7007D

Color information

#C7007D (or 0xC7007D) is unknown color: approx Medium Violet Red. HEX triplet: C7, 00 and 7D. RGB value is (199,0,125). Sum of RGB (Red+Green+Blue) = 199+0+125=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C7007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7007D is #38FF82. Grayscale: #494949. Windows color (decimal): -3735427 or 8192199. OLE color: 8192199.

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

Color convert

RGB1990125-
CMYK010.370.22
HSL322.31º100%39.02%-
HSV(B)322.31º100%78.04%-
XYZ27.2513.6220.6-
YUV73.75156.93217.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=61.42%
G=0%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1990125010.370.22322.3110039.02
HexC707D06425161426427
Octal30701750144452650214447
Binary110001110111110101100100100101101101010000101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7007D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7007D; }

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

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

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

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

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

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

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

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