Html Css Color HEX #C710A1 Medium Violet Red

📋 copy color: '#C710A1'

red 199 ◦ green 16 ◦ blue 161

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

Shades of Medium Violet Red #C710A1

Tints of Medium Violet Red #C710A1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.26%

 BLUE value IS 161 (63.28% from 255) = 42.82%

R = 52.93%
G = 4.26%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C710A1 (or 0xC710A1) is known color: Medium Violet Red. HEX triplet: C7, 10 and A1. RGB value is (199,16,161). Sum of RGB (Red+Green+Blue) = 199+16+161=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C710A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C710A1 is #38EF5E. Grayscale: #565656. Windows color (decimal): -3731295 or 10555591. OLE color: 10555591.

HSL color Cylindrical-coordinate representation of color #C710A1: hue angle of 312.46º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C710A1 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 16 161 -
CMYK 0 0.92 0.19 0.22
HSL 312.46º 0.85% 0.42% -
HSV(B) 312.46º 0.92% 0.78% -
XYZ 30.17 15.09 35.04 -
YUV 87.25 169.63 207.71 -
System Red Green Blue C M Y K H S L
Decimal 199 16 161 0 0.92 0.19 0.22 312.46 0.85 0.42
Hex C7 10 A1 0 5C 13 16 138 55 2A
Octal 307 20 241 0 134 23 26 470 125 52
Binary 11000111 10000 10100001 0 1011100 10011 10110 100111000 1010101 101010

Color Harmonies of #C710A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710A1

Black with #C710A1

Text Example


Text Example

White with #C710A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710A1; }

 p { color: rgb(199,16,161); }

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

background-color css

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

 a { background-color: rgb(199,16,161); }

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

border-color css

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

 span { border-color: rgb(199,16,161); }

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