Html Css Color HEX #C720A5 Medium Violet Red

📋 copy color: '#C720A5'

red 199 ◦ green 32 ◦ blue 165

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

Shades of Medium Violet Red #C720A5

Tints of Medium Violet Red #C720A5

RGB

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

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

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

R = 50.25%
G = 8.08%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C720A5 (or 0xC720A5) is known color: Medium Violet Red. HEX triplet: C7, 20 and A5. RGB value is (199,32,165). Sum of RGB (Red+Green+Blue) = 199+32+165=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C720A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C720A5 is #38DF5A. Grayscale: #606060. Windows color (decimal): -3727195 or 10821831. OLE color: 10821831.

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

Color convert

RGB 199 32 165 -
CMYK 0 0.84 0.17 0.22
HSL 312.22º 0.72% 0.45% -
HSV(B) 312.22º 0.84% 0.78% -
XYZ 30.86 15.89 37.04 -
YUV 97.1 166.33 200.69 -
System Red Green Blue C M Y K H S L
Decimal 199 32 165 0 0.84 0.17 0.22 312.22 0.72 0.45
Hex C7 20 A5 0 54 11 16 138 48 2D
Octal 307 40 245 0 124 21 26 470 110 55
Binary 11000111 100000 10100101 0 1010100 10001 10110 100111000 1001000 101101

Color Harmonies of #C720A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C720A5

Black with #C720A5

Text Example


Text Example

White with #C720A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C720A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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