Html Css Color HEX #C726C0 Deep Magenta

📋 copy color: '#C726C0'

red 199 ◦ green 38 ◦ blue 192

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

Shades of Deep Magenta #C726C0

Tints of Deep Magenta #C726C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.76%

R = 46.39%
G = 8.86%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C726C0 (or 0xC726C0) is known color: Deep Magenta. HEX triplet: C7, 26 and C0. RGB value is (199,38,192). Sum of RGB (Red+Green+Blue) = 199+38+192=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C726C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726C0 is #38D93F. Grayscale: #676767. Windows color (decimal): -3725632 or 12592839. OLE color: 12592839.

HSL color Cylindrical-coordinate representation of color #C726C0: hue angle of 302.61º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C726C0 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 38 192 -
CMYK 0 0.81 0.04 0.22
HSL 302.61º 0.68% 0.46% -
HSV(B) 302.61º 0.81% 0.78% -
XYZ 33.76 17.33 51.44 -
YUV 103.7 177.84 195.98 -
System Red Green Blue C M Y K H S L
Decimal 199 38 192 0 0.81 0.04 0.22 302.61 0.68 0.46
Hex C7 26 C0 0 51 4 16 12F 44 2E
Octal 307 46 300 0 121 4 26 457 104 56
Binary 11000111 100110 11000000 0 1010001 100 10110 100101111 1000100 101110

Color Harmonies of #C726C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726C0

Black with #C726C0

Text Example


Text Example

White with #C726C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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