Html Css Color HEX #C725A0 Medium Violet Red

📋 copy color: '#C725A0'

red 199 ◦ green 37 ◦ blue 160

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

Shades of Medium Violet Red #C725A0

Tints of Medium Violet Red #C725A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.4%

R = 50.25%
G = 9.34%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C725A0 (or 0xC725A0) is known color: Medium Violet Red. HEX triplet: C7, 25 and A0. RGB value is (199,37,160). Sum of RGB (Red+Green+Blue) = 199+37+160=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C725A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C725A0 is #38DA5F. Grayscale: #636363. Windows color (decimal): -3725920 or 10495431. OLE color: 10495431.

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

Color convert

RGB 199 37 160 -
CMYK 0 0.81 0.20 0.22
HSL 314.44º 0.69% 0.46% -
HSV(B) 314.44º 0.81% 0.78% -
XYZ 30.56 16 34.74 -
YUV 99.46 162.17 199 -
System Red Green Blue C M Y K H S L
Decimal 199 37 160 0 0.81 0.20 0.22 314.44 0.69 0.46
Hex C7 25 A0 0 51 14 16 13A 45 2E
Octal 307 45 240 0 121 24 26 472 105 56
Binary 11000111 100101 10100000 0 1010001 10100 10110 100111010 1000101 101110

Color Harmonies of #C725A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C725A0

Black with #C725A0

Text Example


Text Example

White with #C725A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C725A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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