Html Css Color HEX #C72AAB Medium Red Violet

📋 copy color: '#C72AAB'

red 199 ◦ green 42 ◦ blue 171

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

Shades of Medium Red Violet #C72AAB

Tints of Medium Red Violet #C72AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 48.3%
G = 10.19%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C72AAB (or 0xC72AAB) is known color: Medium Red Violet. HEX triplet: C7, 2A and AB. RGB value is (199,42,171). Sum of RGB (Red+Green+Blue) = 199+42+171=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C72AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72AAB is #38D554. Grayscale: #676767. Windows color (decimal): -3724629 or 11217607. OLE color: 11217607.

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

Color convert

RGB 199 42 171 -
CMYK 0 0.79 0.14 0.22
HSL 310.7º 0.65% 0.47% -
HSV(B) 310.7º 0.79% 0.78% -
XYZ 31.73 16.74 40.09 -
YUV 103.65 166.01 196.01 -
System Red Green Blue C M Y K H S L
Decimal 199 42 171 0 0.79 0.14 0.22 310.7 0.65 0.47
Hex C7 2A AB 0 4F E 16 137 41 2F
Octal 307 52 253 0 117 16 26 467 101 57
Binary 11000111 101010 10101011 0 1001111 1110 10110 100110111 1000001 101111

Color Harmonies of #C72AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72AAB

Black with #C72AAB

Text Example


Text Example

White with #C72AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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