Html Css Color HEX #C71D8A Medium Violet Red

📋 copy color: '#C71D8A'

red 199 ◦ green 29 ◦ blue 138

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

Shades of Medium Violet Red #C71D8A

Tints of Medium Violet Red #C71D8A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.92%

 BLUE value IS 138 (54.3% from 255) = 37.7%

R = 54.37%
G = 7.92%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C71D8A (or 0xC71D8A) is known color: Medium Violet Red. HEX triplet: C7, 1D and 8A. RGB value is (199,29,138). Sum of RGB (Red+Green+Blue) = 199+29+138=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71D8A is #38E275. Grayscale: #5B5B5B. Windows color (decimal): -3727990 or 9051591. OLE color: 9051591.

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

Color convert

RGB 199 29 138 -
CMYK 0 0.85 0.31 0.22
HSL 321.53º 0.75% 0.45% -
HSV(B) 321.53º 0.85% 0.78% -
XYZ 28.58 14.86 25.41 -
YUV 92.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 199 29 138 0 0.85 0.31 0.22 321.53 0.75 0.45
Hex C7 1D 8A 0 55 1F 16 142 4B 2D
Octal 307 35 212 0 125 37 26 502 113 55
Binary 11000111 11101 10001010 0 1010101 11111 10110 101000010 1001011 101101

Color Harmonies of #C71D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71D8A

Black with #C71D8A

Text Example


Text Example

White with #C71D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71D8A; }

 p { color: rgb(199,29,138); }

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

background-color css

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

 a { background-color: rgb(199,29,138); }

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

border-color css

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

 span { border-color: rgb(199,29,138); }

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