Html Css Color HEX #C521E0 Deep Magenta

📋 copy color: '#C521E0'

red 197 ◦ green 33 ◦ blue 224

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

Shades of Deep Magenta #C521E0

Tints of Deep Magenta #C521E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.34%

R = 43.39%
G = 7.27%
B = 49.34%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C521E0 (or 0xC521E0) is known color: Deep Magenta. HEX triplet: C5, 21 and E0. RGB value is (197,33,224). Sum of RGB (Red+Green+Blue) = 197+33+224=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #C521E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C521E0 is #3ADE1F. Grayscale: #676767. Windows color (decimal): -3857952 or 14688709. OLE color: 14688709.

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

Color convert

RGB 197 33 224 -
CMYK 0.12 0.85 0 0.12
HSL 291.52º 0.75% 0.5% -
HSV(B) 291.52º 0.85% 0.88% -
XYZ 37.02 18.34 72.11 -
YUV 103.81 195.83 194.47 -
System Red Green Blue C M Y K H S L
Decimal 197 33 224 0.12 0.85 0 0.12 291.52 0.75 0.5
Hex C5 21 E0 C 55 0 C 124 4B 32
Octal 305 41 340 14 125 0 14 444 113 62
Binary 11000101 100001 11100000 1100 1010101 0 1100 100100100 1001011 110010

Color Harmonies of #C521E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C521E0

Black with #C521E0

Text Example


Text Example

White with #C521E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C521E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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