Html Css Color HEX #C71EA5 Medium Violet Red

📋 copy color: '#C71EA5'

red 199 ◦ green 30 ◦ blue 165

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

Shades of Medium Violet Red #C71EA5

Tints of Medium Violet Red #C71EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.88%

R = 50.51%
G = 7.61%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C71EA5 (or 0xC71EA5) is known color: Medium Violet Red. HEX triplet: C7, 1E and A5. RGB value is (199,30,165). Sum of RGB (Red+Green+Blue) = 199+30+165=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C71EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71EA5 is #38E15A. Grayscale: #5F5F5F. Windows color (decimal): -3727707 or 10821319. OLE color: 10821319.

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

Color convert

RGB 199 30 165 -
CMYK 0 0.85 0.17 0.22
HSL 312.07º 0.74% 0.45% -
HSV(B) 312.07º 0.85% 0.78% -
XYZ 30.81 15.79 37.02 -
YUV 95.92 166.99 201.52 -
System Red Green Blue C M Y K H S L
Decimal 199 30 165 0 0.85 0.17 0.22 312.07 0.74 0.45
Hex C7 1E A5 0 55 11 16 138 4A 2D
Octal 307 36 245 0 125 21 26 470 112 55
Binary 11000111 11110 10100101 0 1010101 10001 10110 100111000 1001010 101101

Color Harmonies of #C71EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71EA5

Black with #C71EA5

Text Example


Text Example

White with #C71EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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