Html Css Color HEX #C726B6 Deep Magenta

📋 copy color: '#C726B6'

red 199 ◦ green 38 ◦ blue 182

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

Shades of Deep Magenta #C726B6

Tints of Deep Magenta #C726B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.44%

R = 47.49%
G = 9.07%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C726B6 (or 0xC726B6) is known color: Deep Magenta. HEX triplet: C7, 26 and B6. RGB value is (199,38,182). Sum of RGB (Red+Green+Blue) = 199+38+182=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C726B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726B6 is #38D949. Grayscale: #666666. Windows color (decimal): -3725642 or 11937479. OLE color: 11937479.

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

Color convert

RGB 199 38 182 -
CMYK 0 0.81 0.09 0.22
HSL 306.34º 0.68% 0.46% -
HSV(B) 306.34º 0.81% 0.78% -
XYZ 32.69 16.91 45.8 -
YUV 102.56 172.84 196.79 -
System Red Green Blue C M Y K H S L
Decimal 199 38 182 0 0.81 0.09 0.22 306.34 0.68 0.46
Hex C7 26 B6 0 51 9 16 132 44 2E
Octal 307 46 266 0 121 11 26 462 104 56
Binary 11000111 100110 10110110 0 1010001 1001 10110 100110010 1000100 101110

Color Harmonies of #C726B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726B6

Black with #C726B6

Text Example


Text Example

White with #C726B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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