Html Css Color HEX #C71A7A Medium Violet Red

📋 copy color: '#C71A7A'

red 199 ◦ green 26 ◦ blue 122

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

Shades of Medium Violet Red #C71A7A

Tints of Medium Violet Red #C71A7A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.49%

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

R = 57.35%
G = 7.49%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C71A7A (or 0xC71A7A) is known color: Medium Violet Red. HEX triplet: C7, 1A and 7A. RGB value is (199,26,122). Sum of RGB (Red+Green+Blue) = 199+26+122=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71A7A is #38E585. Grayscale: #585858. Windows color (decimal): -3728774 or 8002247. OLE color: 8002247.

HSL color Cylindrical-coordinate representation of color #C71A7A: hue angle of 326.71º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71A7A is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 26 122 -
CMYK 0 0.87 0.39 0.22
HSL 326.71º 0.77% 0.44% -
HSV(B) 326.71º 0.87% 0.78% -
XYZ 27.44 14.29 19.72 -
YUV 88.67 146.81 206.69 -
System Red Green Blue C M Y K H S L
Decimal 199 26 122 0 0.87 0.39 0.22 326.71 0.77 0.44
Hex C7 1A 7A 0 57 27 16 147 4D 2C
Octal 307 32 172 0 127 47 26 507 115 54
Binary 11000111 11010 1111010 0 1010111 100111 10110 101000111 1001101 101100

Color Harmonies of #C71A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71A7A

Black with #C71A7A

Text Example


Text Example

White with #C71A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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