#c71fad

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

Shades of Medium Violet Red #C71FAD

Tints of Medium Violet Red #C71FAD

Color information

#C71FAD (or 0xC71FAD) is unknown color: approx Medium Violet Red. HEX triplet: C7, 1F and AD. RGB value is (199,31,173). Sum of RGB (Red+Green+Blue) = 199+31+173=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C71FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71FAD is #38E052. Grayscale: #616161. Windows color (decimal): -3727443 or 11345863. OLE color: 11345863.

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

Color convert

RGB19931173-
CMYK00.840.130.22
HSL309.29º73.04%45.1%-
HSV(B)309.29º84.42%78.04%-
XYZ31.5916.1440.99-
YUV97.42170.66200.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.38%
GREEN value IS 31 (12.5% from 255) = 7.69%
BLUE value IS 173 (67.97% from 255) = 42.93%
R=49.38%
G=7.69%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1993117300.840.130.22309.2973.0445.1
HexC71FAD054D16135492d
Octal307372550124152646511155
Binary110001111111110101101010101001101101101001101011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c71fad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c71fad; }

 p { color: rgb(199,31,173); }

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

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

 a { background-color: rgb(199,31,173); }

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

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

 span { border-color: rgb(199,31,173); }

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