Html Css Color HEX #C521AE Deep Magenta

📋 copy color: '#C521AE'

red 197 ◦ green 33 ◦ blue 174

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

Shades of Deep Magenta #C521AE

Tints of Deep Magenta #C521AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.07%

R = 48.76%
G = 8.17%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C521AE (or 0xC521AE) is known color: Deep Magenta. HEX triplet: C5, 21 and AE. RGB value is (197,33,174). Sum of RGB (Red+Green+Blue) = 197+33+174=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C521AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C521AE is #3ADE51. Grayscale: #616161. Windows color (decimal): -3858002 or 11411909. OLE color: 11411909.

HSL color Cylindrical-coordinate representation of color #C521AE: hue angle of 308.41º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C521AE is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 33 174 -
CMYK 0 0.83 0.12 0.23
HSL 308.41º 0.71% 0.45% -
HSV(B) 308.41º 0.83% 0.77% -
XYZ 31.21 16.01 41.49 -
YUV 98.11 170.83 198.54 -
System Red Green Blue C M Y K H S L
Decimal 197 33 174 0 0.83 0.12 0.23 308.41 0.71 0.45
Hex C5 21 AE 0 53 C 17 134 47 2D
Octal 305 41 256 0 123 14 27 464 107 55
Binary 11000101 100001 10101110 0 1010011 1100 10111 100110100 1000111 101101

Color Harmonies of #C521AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C521AE

Black with #C521AE

Text Example


Text Example

White with #C521AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C521AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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