Html Css Color HEX #C721DF Deep Magenta

📋 copy color: '#C721DF'

red 199 ◦ green 33 ◦ blue 223

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

Shades of Deep Magenta #C721DF

Tints of Deep Magenta #C721DF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.25%

 BLUE value IS 223 (87.5% from 255) = 49.01%

R = 43.74%
G = 7.25%
B = 49.01%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C721DF (or 0xC721DF) is known color: Deep Magenta. HEX triplet: C7, 21 and DF. RGB value is (199,33,223). Sum of RGB (Red+Green+Blue) = 199+33+223=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #C721DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C721DF is #38DE20. Grayscale: #676767. Windows color (decimal): -3726881 or 14623175. OLE color: 14623175.

HSL color Cylindrical-coordinate representation of color #C721DF: hue angle of 292.42º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C721DF is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 33 223 -
CMYK 0.11 0.85 0 0.13
HSL 292.42º 0.75% 0.5% -
HSV(B) 292.42º 0.85% 0.87% -
XYZ 37.42 18.56 71.42 -
YUV 104.29 195 195.55 -
System Red Green Blue C M Y K H S L
Decimal 199 33 223 0.11 0.85 0 0.13 292.42 0.75 0.5
Hex C7 21 DF B 55 0 D 124 4B 32
Octal 307 41 337 13 125 0 15 444 113 62
Binary 11000111 100001 11011111 1011 1010101 0 1101 100100100 1001011 110010

Color Harmonies of #C721DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C721DF

Black with #C721DF

Text Example


Text Example

White with #C721DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C721DF; }

 p { color: rgb(199,33,223); }

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

background-color css

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

 a { background-color: rgb(199,33,223); }

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

border-color css

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

 span { border-color: rgb(199,33,223); }

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