Html Css Color HEX #C71674 Medium Violet Red

📋 copy color: '#C71674'

red 199 ◦ green 22 ◦ blue 116

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

Shades of Medium Violet Red #C71674

Tints of Medium Violet Red #C71674

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.53%

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

R = 59.05%
G = 6.53%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C71674 (or 0xC71674) is known color: Medium Violet Red. HEX triplet: C7, 16 and 74. RGB value is (199,22,116). Sum of RGB (Red+Green+Blue) = 199+22+116=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C71674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71674 is #38E98B. Grayscale: #555555. Windows color (decimal): -3729804 or 7608007. OLE color: 7608007.

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

Color convert

RGB 199 22 116 -
CMYK 0 0.89 0.42 0.22
HSL 328.14º 0.8% 0.43% -
HSV(B) 328.14º 0.89% 0.78% -
XYZ 26.99 13.98 17.8 -
YUV 85.64 145.14 208.86 -
System Red Green Blue C M Y K H S L
Decimal 199 22 116 0 0.89 0.42 0.22 328.14 0.8 0.43
Hex C7 16 74 0 59 2A 16 148 50 2B
Octal 307 26 164 0 131 52 26 510 120 53
Binary 11000111 10110 1110100 0 1011001 101010 10110 101001000 1010000 101011

Color Harmonies of #C71674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71674

Black with #C71674

Text Example


Text Example

White with #C71674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71674; }

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

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

background-color css

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

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

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

border-color css

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

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

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