Html Css Color HEX #C71982 Medium Violet Red

📋 copy color: '#C71982'

red 199 ◦ green 25 ◦ blue 130

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

Shades of Medium Violet Red #C71982

Tints of Medium Violet Red #C71982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.06%

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 56.21%
G = 7.06%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C71982 (or 0xC71982) is known color: Medium Violet Red. HEX triplet: C7, 19 and 82. RGB value is (199,25,130). Sum of RGB (Red+Green+Blue) = 199+25+130=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C71982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71982 is #38E67D. Grayscale: #585858. Windows color (decimal): -3729022 or 8526279. OLE color: 8526279.

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

Color convert

RGB 199 25 130 -
CMYK 0 0.87 0.35 0.22
HSL 323.79º 0.78% 0.44% -
HSV(B) 323.79º 0.87% 0.78% -
XYZ 27.93 14.45 22.44 -
YUV 89 151.15 206.46 -
System Red Green Blue C M Y K H S L
Decimal 199 25 130 0 0.87 0.35 0.22 323.79 0.78 0.44
Hex C7 19 82 0 57 23 16 144 4E 2C
Octal 307 31 202 0 127 43 26 504 116 54
Binary 11000111 11001 10000010 0 1010111 100011 10110 101000100 1001110 101100

Color Harmonies of #C71982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71982

Black with #C71982

Text Example


Text Example

White with #C71982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71982; }

 p { color: rgb(199,25,130); }

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

background-color css

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

 a { background-color: rgb(199,25,130); }

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

border-color css

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

 span { border-color: rgb(199,25,130); }

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