Html Css Color HEX #C726DD Deep Magenta

📋 copy color: '#C726DD'

red 199 ◦ green 38 ◦ blue 221

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

Shades of Deep Magenta #C726DD

Tints of Deep Magenta #C726DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 43.45%
G = 8.3%
B = 48.25%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C726DD (or 0xC726DD) is known color: Deep Magenta. HEX triplet: C7, 26 and DD. RGB value is (199,38,221). Sum of RGB (Red+Green+Blue) = 199+38+221=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #C726DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726DD is #38D922. Grayscale: #6A6A6A. Windows color (decimal): -3725603 or 14493383. OLE color: 14493383.

HSL color Cylindrical-coordinate representation of color #C726DD: hue angle of 292.79º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C726DD is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 38 221 -
CMYK 0.10 0.83 0 0.13
HSL 292.79º 0.73% 0.51% -
HSV(B) 292.79º 0.83% 0.87% -
XYZ 37.3 18.75 70.06 -
YUV 107 192.34 193.62 -
System Red Green Blue C M Y K H S L
Decimal 199 38 221 0.10 0.83 0 0.13 292.79 0.73 0.51
Hex C7 26 DD A 53 0 D 125 49 33
Octal 307 46 335 12 123 0 15 445 111 63
Binary 11000111 100110 11011101 1010 1010011 0 1101 100100101 1001001 110011

Color Harmonies of #C726DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726DD

Black with #C726DD

Text Example


Text Example

White with #C726DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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