Html Css Color HEX #C71E70 Medium Violet Red

📋 copy color: '#C71E70'

red 199 ◦ green 30 ◦ blue 112

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

Shades of Medium Violet Red #C71E70

Tints of Medium Violet Red #C71E70

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.8%

 BLUE value IS 112 (44.14% from 255) = 32.84%

R = 58.36%
G = 8.8%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C71E70 (or 0xC71E70) is known color: Medium Violet Red. HEX triplet: C7, 1E and 70. RGB value is (199,30,112). Sum of RGB (Red+Green+Blue) = 199+30+112=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71E70 is #38E18F. Grayscale: #595959. Windows color (decimal): -3727760 or 7347911. OLE color: 7347911.

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

Color convert

RGB 199 30 112 -
CMYK 0 0.85 0.44 0.22
HSL 330.89º 0.74% 0.45% -
HSV(B) 330.89º 0.85% 0.78% -
XYZ 26.94 14.24 16.66 -
YUV 89.88 140.49 205.83 -
System Red Green Blue C M Y K H S L
Decimal 199 30 112 0 0.85 0.44 0.22 330.89 0.74 0.45
Hex C7 1E 70 0 55 2C 16 14B 4A 2D
Octal 307 36 160 0 125 54 26 513 112 55
Binary 11000111 11110 1110000 0 1010101 101100 10110 101001011 1001010 101101

Color Harmonies of #C71E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E70

Black with #C71E70

Text Example


Text Example

White with #C71E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E70; }

 p { color: rgb(199,30,112); }

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

background-color css

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

 a { background-color: rgb(199,30,112); }

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

border-color css

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

 span { border-color: rgb(199,30,112); }

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