Html Css Color HEX #C720AA Medium Violet Red

📋 copy color: '#C720AA'

red 199 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #C720AA

Tints of Medium Violet Red #C720AA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.98%

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 49.63%
G = 7.98%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C720AA (or 0xC720AA) is known color: Medium Violet Red. HEX triplet: C7, 20 and AA. RGB value is (199,32,170). Sum of RGB (Red+Green+Blue) = 199+32+170=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C720AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C720AA is #38DF55. Grayscale: #616161. Windows color (decimal): -3727190 or 11149511. OLE color: 11149511.

HSL color Cylindrical-coordinate representation of color #C720AA: hue angle of 310.42º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C720AA is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 32 170 -
CMYK 0 0.84 0.15 0.22
HSL 310.42º 0.72% 0.45% -
HSV(B) 310.42º 0.84% 0.78% -
XYZ 31.33 16.08 39.48 -
YUV 97.67 168.83 200.28 -
System Red Green Blue C M Y K H S L
Decimal 199 32 170 0 0.84 0.15 0.22 310.42 0.72 0.45
Hex C7 20 AA 0 54 F 16 136 48 2D
Octal 307 40 252 0 124 17 26 466 110 55
Binary 11000111 100000 10101010 0 1010100 1111 10110 100110110 1001000 101101

Color Harmonies of #C720AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C720AA

Black with #C720AA

Text Example


Text Example

White with #C720AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C720AA; }

 p { color: rgb(199,32,170); }

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

background-color css

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

 a { background-color: rgb(199,32,170); }

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

border-color css

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

 span { border-color: rgb(199,32,170); }

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