Html Css Color HEX #C71E8E Medium Violet Red

📋 copy color: '#C71E8E'

red 199 ◦ green 30 ◦ blue 142

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

Shades of Medium Violet Red #C71E8E

Tints of Medium Violet Red #C71E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.27%

R = 53.64%
G = 8.09%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C71E8E (or 0xC71E8E) is known color: Medium Violet Red. HEX triplet: C7, 1E and 8E. RGB value is (199,30,142). Sum of RGB (Red+Green+Blue) = 199+30+142=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71E8E is #38E171. Grayscale: #5D5D5D. Windows color (decimal): -3727730 or 9313991. OLE color: 9313991.

HSL color Cylindrical-coordinate representation of color #C71E8E: hue angle of 320.24º 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 #C71E8E is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 30 142 -
CMYK 0 0.85 0.29 0.22
HSL 320.24º 0.74% 0.45% -
HSV(B) 320.24º 0.85% 0.78% -
XYZ 28.9 15.02 26.97 -
YUV 93.3 155.49 203.39 -
System Red Green Blue C M Y K H S L
Decimal 199 30 142 0 0.85 0.29 0.22 320.24 0.74 0.45
Hex C7 1E 8E 0 55 1D 16 140 4A 2D
Octal 307 36 216 0 125 35 26 500 112 55
Binary 11000111 11110 10001110 0 1010101 11101 10110 101000000 1001010 101101

Color Harmonies of #C71E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E8E

Black with #C71E8E

Text Example


Text Example

White with #C71E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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