Html Css Color HEX #C726DF Deep Magenta

📋 copy color: '#C726DF'

red 199 ◦ green 38 ◦ blue 223

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

Shades of Deep Magenta #C726DF

Tints of Deep Magenta #C726DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 43.26%
G = 8.26%
B = 48.48%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C726DF (or 0xC726DF) is known color: Deep Magenta. HEX triplet: C7, 26 and DF. RGB value is (199,38,223). Sum of RGB (Red+Green+Blue) = 199+38+223=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 38 (15.23% from 255 or 8.26% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #C726DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726DF is #38D920. Grayscale: #6A6A6A. Windows color (decimal): -3725601 or 14624455. OLE color: 14624455.

HSL color Cylindrical-coordinate representation of color #C726DF: hue angle of 292.22º degrees, saturation: 0.74, 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 #C726DF is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 38 223 -
CMYK 0.11 0.83 0 0.13
HSL 292.22º 0.74% 0.51% -
HSV(B) 292.22º 0.83% 0.87% -
XYZ 37.57 18.86 71.47 -
YUV 107.23 193.34 193.46 -
System Red Green Blue C M Y K H S L
Decimal 199 38 223 0.11 0.83 0 0.13 292.22 0.74 0.51
Hex C7 26 DF B 53 0 D 124 4A 33
Octal 307 46 337 13 123 0 15 444 112 63
Binary 11000111 100110 11011111 1011 1010011 0 1101 100100100 1001010 110011

Color Harmonies of #C726DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726DF

Black with #C726DF

Text Example


Text Example

White with #C726DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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