Html Css Color HEX #C71E7A Medium Violet Red

📋 copy color: '#C71E7A'

red 199 ◦ green 30 ◦ blue 122

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

Shades of Medium Violet Red #C71E7A

Tints of Medium Violet Red #C71E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.76%

R = 56.7%
G = 8.55%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C71E7A (or 0xC71E7A) is known color: Medium Violet Red. HEX triplet: C7, 1E and 7A. RGB value is (199,30,122). Sum of RGB (Red+Green+Blue) = 199+30+122=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71E7A is #38E185. Grayscale: #5A5A5A. Windows color (decimal): -3727750 or 8003271. OLE color: 8003271.

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

Color convert

RGB 199 30 122 -
CMYK 0 0.85 0.39 0.22
HSL 327.34º 0.74% 0.45% -
HSV(B) 327.34º 0.85% 0.78% -
XYZ 27.53 14.48 19.76 -
YUV 91.02 145.49 205.02 -
System Red Green Blue C M Y K H S L
Decimal 199 30 122 0 0.85 0.39 0.22 327.34 0.74 0.45
Hex C7 1E 7A 0 55 27 16 147 4A 2D
Octal 307 36 172 0 125 47 26 507 112 55
Binary 11000111 11110 1111010 0 1010101 100111 10110 101000111 1001010 101101

Color Harmonies of #C71E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E7A

Black with #C71E7A

Text Example


Text Example

White with #C71E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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