Html Css Color HEX #C726DB Deep Magenta

📋 copy color: '#C726DB'

red 199 ◦ green 38 ◦ blue 219

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

Shades of Deep Magenta #C726DB

Tints of Deep Magenta #C726DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 43.64%
G = 8.33%
B = 48.03%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C726DB (or 0xC726DB) is known color: Deep Magenta. HEX triplet: C7, 26 and DB. RGB value is (199,38,219). Sum of RGB (Red+Green+Blue) = 199+38+219=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #C726DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726DB is #38D924. Grayscale: #6A6A6A. Windows color (decimal): -3725605 or 14362311. OLE color: 14362311.

HSL color Cylindrical-coordinate representation of color #C726DB: hue angle of 293.37º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C726DB is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 38 219 -
CMYK 0.09 0.83 0 0.14
HSL 293.37º 0.72% 0.5% -
HSV(B) 293.37º 0.83% 0.86% -
XYZ 37.03 18.64 68.66 -
YUV 106.77 191.34 193.78 -
System Red Green Blue C M Y K H S L
Decimal 199 38 219 0.09 0.83 0 0.14 293.37 0.72 0.5
Hex C7 26 DB 9 53 0 E 125 48 32
Octal 307 46 333 11 123 0 16 445 110 62
Binary 11000111 100110 11011011 1001 1010011 0 1110 100100101 1001000 110010

Color Harmonies of #C726DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726DB

Black with #C726DB

Text Example


Text Example

White with #C726DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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