Html Css Color HEX #C521DF Deep Magenta

📋 copy color: '#C521DF'

red 197 ◦ green 33 ◦ blue 223

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

Shades of Deep Magenta #C521DF

Tints of Deep Magenta #C521DF

RGB

 RED value IS 197 (77.34% from 255) = 43.49%

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

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

R = 43.49%
G = 7.28%
B = 49.23%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C521DF (or 0xC521DF) is known color: Deep Magenta. HEX triplet: C5, 21 and DF. RGB value is (197,33,223). Sum of RGB (Red+Green+Blue) = 197+33+223=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #C521DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C521DF is #3ADE20. Grayscale: #676767. Windows color (decimal): -3857953 or 14623173. OLE color: 14623173.

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

Color convert

RGB 197 33 223 -
CMYK 0.12 0.85 0 0.13
HSL 291.79º 0.75% 0.5% -
HSV(B) 291.79º 0.85% 0.87% -
XYZ 36.89 18.29 71.4 -
YUV 103.7 195.33 194.55 -
System Red Green Blue C M Y K H S L
Decimal 197 33 223 0.12 0.85 0 0.13 291.79 0.75 0.5
Hex C5 21 DF C 55 0 D 124 4B 32
Octal 305 41 337 14 125 0 15 444 113 62
Binary 11000101 100001 11011111 1100 1010101 0 1101 100100100 1001011 110010

Color Harmonies of #C521DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C521DF

Black with #C521DF

Text Example


Text Example

White with #C521DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C521DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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