Html Css Color HEX #C726AA Medium Violet Red

📋 copy color: '#C726AA'

red 199 ◦ green 38 ◦ blue 170

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

Shades of Medium Violet Red #C726AA

Tints of Medium Violet Red #C726AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.34%

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

R = 48.89%
G = 9.34%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C726AA (or 0xC726AA) is known color: Medium Violet Red. HEX triplet: C7, 26 and AA. RGB value is (199,38,170). Sum of RGB (Red+Green+Blue) = 199+38+170=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C726AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C726AA is #38D955. Grayscale: #646464. Windows color (decimal): -3725654 or 11151047. OLE color: 11151047.

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

Color convert

RGB 199 38 170 -
CMYK 0 0.81 0.15 0.22
HSL 310.81º 0.68% 0.46% -
HSV(B) 310.81º 0.81% 0.78% -
XYZ 31.5 16.43 39.54 -
YUV 101.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 199 38 170 0 0.81 0.15 0.22 310.81 0.68 0.46
Hex C7 26 AA 0 51 F 16 137 44 2E
Octal 307 46 252 0 121 17 26 467 104 56
Binary 11000111 100110 10101010 0 1010001 1111 10110 100110111 1000100 101110

Color Harmonies of #C726AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726AA

Black with #C726AA

Text Example


Text Example

White with #C726AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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