Html Css Color HEX #C726CC Deep Magenta

📋 copy color: '#C726CC'

red 199 ◦ green 38 ◦ blue 204

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

Shades of Deep Magenta #C726CC

Tints of Deep Magenta #C726CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 45.12%
G = 8.62%
B = 46.26%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C726CC (or 0xC726CC) is known color: Deep Magenta. HEX triplet: C7, 26 and CC. RGB value is (199,38,204). Sum of RGB (Red+Green+Blue) = 199+38+204=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #C726CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C726CC is #38D933. Grayscale: #686868. Windows color (decimal): -3725620 or 13379271. OLE color: 13379271.

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

Color convert

RGB 199 38 204 -
CMYK 0.02 0.81 0 0.2
HSL 298.19º 0.69% 0.47% -
HSV(B) 298.19º 0.81% 0.8% -
XYZ 35.15 17.89 58.73 -
YUV 105.06 183.84 195 -
System Red Green Blue C M Y K H S L
Decimal 199 38 204 0.02 0.81 0 0.2 298.19 0.69 0.47
Hex C7 26 CC 2 51 0 14 12A 45 2F
Octal 307 46 314 2 121 0 24 452 105 57
Binary 11000111 100110 11001100 10 1010001 0 10100 100101010 1000101 101111

Color Harmonies of #C726CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726CC

Black with #C726CC

Text Example


Text Example

White with #C726CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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