Html Css Color HEX #C71C7E Medium Violet Red

📋 copy color: '#C71C7E'

red 199 ◦ green 28 ◦ blue 126

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

Shades of Medium Violet Red #C71C7E

Tints of Medium Violet Red #C71C7E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.93%

 BLUE value IS 126 (49.61% from 255) = 35.69%

R = 56.37%
G = 7.93%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C71C7E (or 0xC71C7E) is known color: Medium Violet Red. HEX triplet: C7, 1C and 7E. RGB value is (199,28,126). Sum of RGB (Red+Green+Blue) = 199+28+126=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71C7E is #38E381. Grayscale: #5A5A5A. Windows color (decimal): -3728258 or 8264903. OLE color: 8264903.

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

Color convert

RGB 199 28 126 -
CMYK 0 0.86 0.37 0.22
HSL 325.61º 0.75% 0.45% -
HSV(B) 325.61º 0.86% 0.78% -
XYZ 27.73 14.48 21.07 -
YUV 90.3 148.15 205.53 -
System Red Green Blue C M Y K H S L
Decimal 199 28 126 0 0.86 0.37 0.22 325.61 0.75 0.45
Hex C7 1C 7E 0 56 25 16 146 4B 2D
Octal 307 34 176 0 126 45 26 506 113 55
Binary 11000111 11100 1111110 0 1010110 100101 10110 101000110 1001011 101101

Color Harmonies of #C71C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71C7E

Black with #C71C7E

Text Example


Text Example

White with #C71C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71C7E; }

 p { color: rgb(199,28,126); }

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

background-color css

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

 a { background-color: rgb(199,28,126); }

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

border-color css

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

 span { border-color: rgb(199,28,126); }

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