Html Css Color HEX #C726DA Deep Magenta

📋 copy color: '#C726DA'

red 199 ◦ green 38 ◦ blue 218

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

Shades of Deep Magenta #C726DA

Tints of Deep Magenta #C726DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 43.74%
G = 8.35%
B = 47.91%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C726DA (or 0xC726DA) is known color: Deep Magenta. HEX triplet: C7, 26 and DA. RGB value is (199,38,218). Sum of RGB (Red+Green+Blue) = 199+38+218=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #C726DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726DA is #38D925. Grayscale: #6A6A6A. Windows color (decimal): -3725606 or 14296775. OLE color: 14296775.

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

Color convert

RGB 199 38 218 -
CMYK 0.09 0.83 0 0.15
HSL 293.67º 0.71% 0.5% -
HSV(B) 293.67º 0.83% 0.85% -
XYZ 36.9 18.59 67.97 -
YUV 106.66 190.84 193.86 -
System Red Green Blue C M Y K H S L
Decimal 199 38 218 0.09 0.83 0 0.15 293.67 0.71 0.5
Hex C7 26 DA 9 53 0 F 126 47 32
Octal 307 46 332 11 123 0 17 446 107 62
Binary 11000111 100110 11011010 1001 1010011 0 1111 100100110 1000111 110010

Color Harmonies of #C726DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726DA

Black with #C726DA

Text Example


Text Example

White with #C726DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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