Html Css Color HEX #C721D5 Deep Magenta

📋 copy color: '#C721D5'

red 199 ◦ green 33 ◦ blue 213

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

Shades of Deep Magenta #C721D5

Tints of Deep Magenta #C721D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.87%

R = 44.72%
G = 7.42%
B = 47.87%

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

#C721D5 (or 0xC721D5) is known color: Deep Magenta. HEX triplet: C7, 21 and D5. RGB value is (199,33,213). Sum of RGB (Red+Green+Blue) = 199+33+213=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 213 - color contains mainly: blue. Hex color #C721D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C721D5 is #38DE2A. Grayscale: #666666. Windows color (decimal): -3726891 or 13967815. OLE color: 13967815.

HSL color Cylindrical-coordinate representation of color #C721D5: hue angle of 295.33º 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 #C721D5 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 33 213 -
CMYK 0.07 0.85 0 0.16
HSL 295.33º 0.73% 0.48% -
HSV(B) 295.33º 0.85% 0.84% -
XYZ 36.11 18.03 64.53 -
YUV 103.15 190 196.36 -
System Red Green Blue C M Y K H S L
Decimal 199 33 213 0.07 0.85 0 0.16 295.33 0.73 0.48
Hex C7 21 D5 7 55 0 10 127 49 30
Octal 307 41 325 7 125 0 20 447 111 60
Binary 11000111 100001 11010101 111 1010101 0 10000 100100111 1001001 110000

Color Harmonies of #C721D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C721D5

Black with #C721D5

Text Example


Text Example

White with #C721D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C721D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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