Html Css Color HEX #C726B9 Deep Magenta

📋 copy color: '#C726B9'

red 199 ◦ green 38 ◦ blue 185

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

Shades of Deep Magenta #C726B9

Tints of Deep Magenta #C726B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.84%

R = 47.16%
G = 9%
B = 43.84%

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

#C726B9 (or 0xC726B9) is known color: Deep Magenta. HEX triplet: C7, 26 and B9. RGB value is (199,38,185). Sum of RGB (Red+Green+Blue) = 199+38+185=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C726B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726B9 is #38D946. Grayscale: #666666. Windows color (decimal): -3725639 or 12134087. OLE color: 12134087.

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

Color convert

RGB 199 38 185 -
CMYK 0 0.81 0.07 0.22
HSL 305.22º 0.68% 0.46% -
HSV(B) 305.22º 0.81% 0.78% -
XYZ 33 17.03 47.45 -
YUV 102.9 174.34 196.55 -
System Red Green Blue C M Y K H S L
Decimal 199 38 185 0 0.81 0.07 0.22 305.22 0.68 0.46
Hex C7 26 B9 0 51 7 16 131 44 2E
Octal 307 46 271 0 121 7 26 461 104 56
Binary 11000111 100110 10111001 0 1010001 111 10110 100110001 1000100 101110

Color Harmonies of #C726B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726B9

Black with #C726B9

Text Example


Text Example

White with #C726B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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