Html Css Color HEX #C72AAA Medium Red Violet

📋 copy color: '#C72AAA'

red 199 ◦ green 42 ◦ blue 170

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

Shades of Medium Red Violet #C72AAA

Tints of Medium Red Violet #C72AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.22%

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

R = 48.42%
G = 10.22%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C72AAA (or 0xC72AAA) is known color: Medium Red Violet. HEX triplet: C7, 2A and AA. RGB value is (199,42,170). Sum of RGB (Red+Green+Blue) = 199+42+170=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C72AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72AAA is #38D555. Grayscale: #676767. Windows color (decimal): -3724630 or 11152071. OLE color: 11152071.

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

Color convert

RGB 199 42 170 -
CMYK 0 0.79 0.15 0.22
HSL 311.08º 0.65% 0.47% -
HSV(B) 311.08º 0.79% 0.78% -
XYZ 31.64 16.7 39.59 -
YUV 103.54 165.51 196.09 -
System Red Green Blue C M Y K H S L
Decimal 199 42 170 0 0.79 0.15 0.22 311.08 0.65 0.47
Hex C7 2A AA 0 4F F 16 137 41 2F
Octal 307 52 252 0 117 17 26 467 101 57
Binary 11000111 101010 10101010 0 1001111 1111 10110 100110111 1000001 101111

Color Harmonies of #C72AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72AAA

Black with #C72AAA

Text Example


Text Example

White with #C72AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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