Html Css Color HEX #C725BA Deep Magenta

📋 copy color: '#C725BA'

red 199 ◦ green 37 ◦ blue 186

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

Shades of Deep Magenta #C725BA

Tints of Deep Magenta #C725BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 47.16%
G = 8.77%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C725BA (or 0xC725BA) is known color: Deep Magenta. HEX triplet: C7, 25 and BA. RGB value is (199,37,186). Sum of RGB (Red+Green+Blue) = 199+37+186=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C725BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725BA is #38DA45. Grayscale: #656565. Windows color (decimal): -3725894 or 12199367. OLE color: 12199367.

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

Color convert

RGB 199 37 186 -
CMYK 0 0.81 0.07 0.22
HSL 304.81º 0.69% 0.46% -
HSV(B) 304.81º 0.81% 0.78% -
XYZ 33.08 17.01 47.99 -
YUV 102.42 175.17 196.88 -
System Red Green Blue C M Y K H S L
Decimal 199 37 186 0 0.81 0.07 0.22 304.81 0.69 0.46
Hex C7 25 BA 0 51 7 16 131 45 2E
Octal 307 45 272 0 121 7 26 461 105 56
Binary 11000111 100101 10111010 0 1010001 111 10110 100110001 1000101 101110

Color Harmonies of #C725BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C725BA

Black with #C725BA

Text Example


Text Example

White with #C725BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C725BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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