Html Css Color HEX #C726BB Deep Magenta

📋 copy color: '#C726BB'

red 199 ◦ green 38 ◦ blue 187

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

Shades of Deep Magenta #C726BB

Tints of Deep Magenta #C726BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 46.93%
G = 8.96%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C726BB (or 0xC726BB) is known color: Deep Magenta. HEX triplet: C7, 26 and BB. RGB value is (199,38,187). Sum of RGB (Red+Green+Blue) = 199+38+187=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C726BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726BB is #38D944. Grayscale: #666666. Windows color (decimal): -3725637 or 12265159. OLE color: 12265159.

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

Color convert

RGB 199 38 187 -
CMYK 0 0.81 0.06 0.22
HSL 304.47º 0.68% 0.46% -
HSV(B) 304.47º 0.81% 0.78% -
XYZ 33.22 17.12 48.57 -
YUV 103.13 175.34 196.38 -
System Red Green Blue C M Y K H S L
Decimal 199 38 187 0 0.81 0.06 0.22 304.47 0.68 0.46
Hex C7 26 BB 0 51 6 16 130 44 2E
Octal 307 46 273 0 121 6 26 460 104 56
Binary 11000111 100110 10111011 0 1010001 110 10110 100110000 1000100 101110

Color Harmonies of #C726BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726BB

Black with #C726BB

Text Example


Text Example

White with #C726BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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