#C71B98

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

Shades of Medium Violet Red #C71B98

Tints of Medium Violet Red #C71B98

Color information

#C71B98 (or 0xC71B98) is unknown color: approx Medium Violet Red. HEX triplet: C7, 1B and 98. RGB value is (199,27,152). Sum of RGB (Red+Green+Blue) = 199+27+152=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71B98 is #38E467. Grayscale: #5C5C5C. Windows color (decimal): -3728488 or 9968583. OLE color: 9968583.

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

Color convert

RGB19927152-
CMYK00.860.240.22
HSL316.4º76.11%44.31%-
HSV(B)316.4º86.43%78.04%-
XYZ29.6115.1931.08-
YUV92.68161.48203.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.65%
GREEN value IS 27 (10.94% from 255) = 7.14%
BLUE value IS 152 (59.77% from 255) = 40.21%
R=52.65%
G=7.14%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992715200.860.240.22316.476.1144.31
HexC71B98056181613c4c2c
Octal307332300126302647411454
Binary1100011111011100110000101011011000101101001111001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71B98; }

 p { color: rgb(199,27,152); }

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

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

 a { background-color: rgb(199,27,152); }

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

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

 span { border-color: rgb(199,27,152); }

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