Html Css Color HEX #C726BA Deep Magenta

📋 copy color: '#C726BA'

red 199 ◦ green 38 ◦ blue 186

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

Shades of Deep Magenta #C726BA

Tints of Deep Magenta #C726BA

RGB

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

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

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

R = 47.04%
G = 8.98%
B = 43.97%

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

#C726BA (or 0xC726BA) is known color: Deep Magenta. HEX triplet: C7, 26 and BA. RGB value is (199,38,186). Sum of RGB (Red+Green+Blue) = 199+38+186=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C726BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726BA is #38D945. Grayscale: #666666. Windows color (decimal): -3725638 or 12199623. OLE color: 12199623.

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

Color convert

RGB 199 38 186 -
CMYK 0 0.81 0.07 0.22
HSL 304.84º 0.68% 0.46% -
HSV(B) 304.84º 0.81% 0.78% -
XYZ 33.11 17.07 48 -
YUV 103.01 174.84 196.47 -
System Red Green Blue C M Y K H S L
Decimal 199 38 186 0 0.81 0.07 0.22 304.84 0.68 0.46
Hex C7 26 BA 0 51 7 16 131 44 2E
Octal 307 46 272 0 121 7 26 461 104 56
Binary 11000111 100110 10111010 0 1010001 111 10110 100110001 1000100 101110

Color Harmonies of #C726BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726BA

Black with #C726BA

Text Example


Text Example

White with #C726BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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