Html Css Color HEX #C71874 Medium Violet Red

📋 copy color: '#C71874'

red 199 ◦ green 24 ◦ blue 116

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

Shades of Medium Violet Red #C71874

Tints of Medium Violet Red #C71874

RGB

 RED value IS 199 (78.13% from 255) = 58.7%

 GREEN value IS 24 (9.77% from 255) = 7.08%

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 58.7%
G = 7.08%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C71874 (or 0xC71874) is known color: Medium Violet Red. HEX triplet: C7, 18 and 74. RGB value is (199,24,116). Sum of RGB (Red+Green+Blue) = 199+24+116=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C71874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71874 is #38E78B. Grayscale: #565656. Windows color (decimal): -3729292 or 7608519. OLE color: 7608519.

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

Color convert

RGB 199 24 116 -
CMYK 0 0.88 0.42 0.22
HSL 328.46º 0.78% 0.44% -
HSV(B) 328.46º 0.88% 0.78% -
XYZ 27.03 14.06 17.81 -
YUV 86.81 144.48 208.02 -
System Red Green Blue C M Y K H S L
Decimal 199 24 116 0 0.88 0.42 0.22 328.46 0.78 0.44
Hex C7 18 74 0 58 2A 16 148 4E 2C
Octal 307 30 164 0 130 52 26 510 116 54
Binary 11000111 11000 1110100 0 1011000 101010 10110 101001000 1001110 101100

Color Harmonies of #C71874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71874

Black with #C71874

Text Example


Text Example

White with #C71874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71874; }

 p { color: rgb(199,24,116); }

 H1.HeaderClassName
 {
   color: #C71874;
 }
 .AnyTagClassName
 {
   color: #C71874;
 }
</style>

background-color css

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

 a { background-color: rgb(199,24,116); }

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

border-color css

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

 span { border-color: rgb(199,24,116); }

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