Html Css Color HEX #C726CD Deep Magenta

📋 copy color: '#C726CD'

red 199 ◦ green 38 ◦ blue 205

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

Shades of Deep Magenta #C726CD

Tints of Deep Magenta #C726CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 45.02%
G = 8.6%
B = 46.38%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C726CD (or 0xC726CD) is known color: Deep Magenta. HEX triplet: C7, 26 and CD. RGB value is (199,38,205). Sum of RGB (Red+Green+Blue) = 199+38+205=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #C726CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726CD is #38D932. Grayscale: #686868. Windows color (decimal): -3725619 or 13444807. OLE color: 13444807.

HSL color Cylindrical-coordinate representation of color #C726CD: hue angle of 297.84º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C726CD is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 38 205 -
CMYK 0.03 0.81 0 0.20
HSL 297.84º 0.69% 0.48% -
HSV(B) 297.84º 0.81% 0.8% -
XYZ 35.27 17.94 59.36 -
YUV 105.18 184.34 194.92 -
System Red Green Blue C M Y K H S L
Decimal 199 38 205 0.03 0.81 0 0.20 297.84 0.69 0.48
Hex C7 26 CD 3 51 0 14 12A 45 30
Octal 307 46 315 3 121 0 24 452 105 60
Binary 11000111 100110 11001101 11 1010001 0 10100 100101010 1000101 110000

Color Harmonies of #C726CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726CD

Black with #C726CD

Text Example


Text Example

White with #C726CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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