Html Css Color HEX #C725AA Medium Violet Red

📋 copy color: '#C725AA'

red 199 ◦ green 37 ◦ blue 170

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

Shades of Medium Violet Red #C725AA

Tints of Medium Violet Red #C725AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.11%

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

R = 49.01%
G = 9.11%
B = 41.87%

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

#C725AA (or 0xC725AA) is known color: Medium Violet Red. HEX triplet: C7, 25 and AA. RGB value is (199,37,170). Sum of RGB (Red+Green+Blue) = 199+37+170=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C725AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C725AA is #38DA55. Grayscale: #646464. Windows color (decimal): -3725910 or 11150791. OLE color: 11150791.

HSL color Cylindrical-coordinate representation of color #C725AA: hue angle of 310.74º degrees, saturation: 0.69, 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 #C725AA is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 37 170 -
CMYK 0 0.81 0.15 0.22
HSL 310.74º 0.69% 0.46% -
HSV(B) 310.74º 0.81% 0.78% -
XYZ 31.47 16.37 39.53 -
YUV 100.6 167.17 198.19 -
System Red Green Blue C M Y K H S L
Decimal 199 37 170 0 0.81 0.15 0.22 310.74 0.69 0.46
Hex C7 25 AA 0 51 F 16 137 45 2E
Octal 307 45 252 0 121 17 26 467 105 56
Binary 11000111 100101 10101010 0 1010001 1111 10110 100110111 1000101 101110

Color Harmonies of #C725AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C725AA

Black with #C725AA

Text Example


Text Example

White with #C725AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C725AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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