Html Css Color HEX #C726BE Deep Magenta

📋 copy color: '#C726BE'

red 199 ◦ green 38 ◦ blue 190

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

Shades of Deep Magenta #C726BE

Tints of Deep Magenta #C726BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 46.6%
G = 8.9%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C726BE (or 0xC726BE) is known color: Deep Magenta. HEX triplet: C7, 26 and BE. RGB value is (199,38,190). Sum of RGB (Red+Green+Blue) = 199+38+190=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C726BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726BE is #38D941. Grayscale: #676767. Windows color (decimal): -3725634 or 12461767. OLE color: 12461767.

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

Color convert

RGB 199 38 190 -
CMYK 0 0.81 0.05 0.22
HSL 303.35º 0.68% 0.46% -
HSV(B) 303.35º 0.81% 0.78% -
XYZ 33.54 17.25 50.28 -
YUV 103.47 176.84 196.14 -
System Red Green Blue C M Y K H S L
Decimal 199 38 190 0 0.81 0.05 0.22 303.35 0.68 0.46
Hex C7 26 BE 0 51 5 16 12F 44 2E
Octal 307 46 276 0 121 5 26 457 104 56
Binary 11000111 100110 10111110 0 1010001 101 10110 100101111 1000100 101110

Color Harmonies of #C726BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726BE

Black with #C726BE

Text Example


Text Example

White with #C726BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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