Html Css Color HEX #C725A1 Medium Violet Red

📋 copy color: '#C725A1'

red 199 ◦ green 37 ◦ blue 161

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

Shades of Medium Violet Red #C725A1

Tints of Medium Violet Red #C725A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.55%

R = 50.13%
G = 9.32%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C725A1 (or 0xC725A1) is known color: Medium Violet Red. HEX triplet: C7, 25 and A1. RGB value is (199,37,161). Sum of RGB (Red+Green+Blue) = 199+37+161=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C725A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C725A1 is #38DA5E. Grayscale: #636363. Windows color (decimal): -3725919 or 10560967. OLE color: 10560967.

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

Color convert

RGB 199 37 161 -
CMYK 0 0.81 0.19 0.22
HSL 314.07º 0.69% 0.46% -
HSV(B) 314.07º 0.81% 0.78% -
XYZ 30.65 16.04 35.2 -
YUV 99.57 162.67 198.92 -
System Red Green Blue C M Y K H S L
Decimal 199 37 161 0 0.81 0.19 0.22 314.07 0.69 0.46
Hex C7 25 A1 0 51 13 16 13A 45 2E
Octal 307 45 241 0 121 23 26 472 105 56
Binary 11000111 100101 10100001 0 1010001 10011 10110 100111010 1000101 101110

Color Harmonies of #C725A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C725A1

Black with #C725A1

Text Example


Text Example

White with #C725A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C725A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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