Html Css Color HEX #C710A8 Medium Violet Red

📋 copy color: '#C710A8'

red 199 ◦ green 16 ◦ blue 168

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

Shades of Medium Violet Red #C710A8

Tints of Medium Violet Red #C710A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.86%

R = 51.96%
G = 4.18%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C710A8 (or 0xC710A8) is known color: Medium Violet Red. HEX triplet: C7, 10 and A8. RGB value is (199,16,168). Sum of RGB (Red+Green+Blue) = 199+16+168=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C710A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C710A8 is #38EF57. Grayscale: #575757. Windows color (decimal): -3731288 or 11014343. OLE color: 11014343.

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

Color convert

RGB 199 16 168 -
CMYK 0 0.92 0.16 0.22
HSL 310.16º 0.85% 0.42% -
HSV(B) 310.16º 0.92% 0.78% -
XYZ 30.81 15.34 38.38 -
YUV 88.05 173.13 207.14 -
System Red Green Blue C M Y K H S L
Decimal 199 16 168 0 0.92 0.16 0.22 310.16 0.85 0.42
Hex C7 10 A8 0 5C 10 16 136 55 2A
Octal 307 20 250 0 134 20 26 466 125 52
Binary 11000111 10000 10101000 0 1011100 10000 10110 100110110 1010101 101010

Color Harmonies of #C710A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710A8

Black with #C710A8

Text Example


Text Example

White with #C710A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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