Html Css Color HEX #C71B98 Medium Violet Red

📋 copy color: '#C71B98'

red 199 ◦ green 27 ◦ blue 152

#C71B98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C71B98

Tints of Medium Violet Red #C71B98

RGB

 RED value IS 199 (78.13% 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 value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C71B98 (or 0xC71B98) is known color: 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

RGB 199 27 152 -
CMYK 0 0.86 0.24 0.22
HSL 316.4º 0.76% 0.44% -
HSV(B) 316.4º 0.86% 0.78% -
XYZ 29.61 15.19 31.08 -
YUV 92.68 161.48 203.84 -
System Red Green Blue C M Y K H S L
Decimal 199 27 152 0 0.86 0.24 0.22 316.4 0.76 0.44
Hex C7 1B 98 0 56 18 16 13C 4C 2C
Octal 307 33 230 0 126 30 26 474 114 54
Binary 11000111 11011 10011000 0 1010110 11000 10110 100111100 1001100 101100

Color Harmonies of #C71B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71B98

Black with #C71B98

Text Example


Text Example

White with #C71B98

Text Example


Text Example

HTML Codes & Css Web 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>