Html Css Color HEX #C71C7D Medium Violet Red

📋 copy color: '#C71C7D'

red 199 ◦ green 28 ◦ blue 125

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

Shades of Medium Violet Red #C71C7D

Tints of Medium Violet Red #C71C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 56.53%
G = 7.95%
B = 35.51%

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

#C71C7D (or 0xC71C7D) is known color: Medium Violet Red. HEX triplet: C7, 1C and 7D. RGB value is (199,28,125). Sum of RGB (Red+Green+Blue) = 199+28+125=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71C7D is #38E382. Grayscale: #595959. Windows color (decimal): -3728259 or 8199367. OLE color: 8199367.

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

Color convert

RGB 199 28 125 -
CMYK 0 0.86 0.37 0.22
HSL 325.96º 0.75% 0.45% -
HSV(B) 325.96º 0.86% 0.78% -
XYZ 27.67 14.45 20.73 -
YUV 90.19 147.65 205.61 -
System Red Green Blue C M Y K H S L
Decimal 199 28 125 0 0.86 0.37 0.22 325.96 0.75 0.45
Hex C7 1C 7D 0 56 25 16 146 4B 2D
Octal 307 34 175 0 126 45 26 506 113 55
Binary 11000111 11100 1111101 0 1010110 100101 10110 101000110 1001011 101101

Color Harmonies of #C71C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71C7D

Black with #C71C7D

Text Example


Text Example

White with #C71C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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