Html Css Color HEX #C721D6 Deep Magenta

📋 copy color: '#C721D6'

red 199 ◦ green 33 ◦ blue 214

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

Shades of Deep Magenta #C721D6

Tints of Deep Magenta #C721D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.98%

R = 44.62%
G = 7.4%
B = 47.98%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C721D6 (or 0xC721D6) is known color: Deep Magenta. HEX triplet: C7, 21 and D6. RGB value is (199,33,214). Sum of RGB (Red+Green+Blue) = 199+33+214=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #C721D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C721D6 is #38DE29. Grayscale: #666666. Windows color (decimal): -3726890 or 14033351. OLE color: 14033351.

HSL color Cylindrical-coordinate representation of color #C721D6: hue angle of 295.03º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C721D6 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 33 214 -
CMYK 0.07 0.85 0 0.16
HSL 295.03º 0.73% 0.48% -
HSV(B) 295.03º 0.85% 0.84% -
XYZ 36.23 18.08 65.2 -
YUV 103.27 190.5 196.28 -
System Red Green Blue C M Y K H S L
Decimal 199 33 214 0.07 0.85 0 0.16 295.03 0.73 0.48
Hex C7 21 D6 7 55 0 10 127 49 30
Octal 307 41 326 7 125 0 20 447 111 60
Binary 11000111 100001 11010110 111 1010101 0 10000 100100111 1001001 110000

Color Harmonies of #C721D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C721D6

Black with #C721D6

Text Example


Text Example

White with #C721D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C721D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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