Html Css Color HEX #C524D8 Deep Magenta

📋 copy color: '#C524D8'

red 197 ◦ green 36 ◦ blue 216

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

Shades of Deep Magenta #C524D8

Tints of Deep Magenta #C524D8

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.02%

 BLUE value IS 216 (84.77% from 255) = 48.11%

R = 43.88%
G = 8.02%
B = 48.11%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C524D8 (or 0xC524D8) is known color: Deep Magenta. HEX triplet: C5, 24 and D8. RGB value is (197,36,216). Sum of RGB (Red+Green+Blue) = 197+36+216=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #C524D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524D8 is #3ADB27. Grayscale: #686868. Windows color (decimal): -3857192 or 14165189. OLE color: 14165189.

HSL color Cylindrical-coordinate representation of color #C524D8: hue angle of 293.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C524D8 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 36 216 -
CMYK 0.09 0.83 0 0.15
HSL 293.67º 0.71% 0.49% -
HSV(B) 293.67º 0.83% 0.85% -
XYZ 36.05 18.09 66.56 -
YUV 104.66 190.84 193.86 -
System Red Green Blue C M Y K H S L
Decimal 197 36 216 0.09 0.83 0 0.15 293.67 0.71 0.49
Hex C5 24 D8 9 53 0 F 126 47 31
Octal 305 44 330 11 123 0 17 446 107 61
Binary 11000101 100100 11011000 1001 1010011 0 1111 100100110 1000111 110001

Color Harmonies of #C524D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524D8

Black with #C524D8

Text Example


Text Example

White with #C524D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524D8; }

 p { color: rgb(197,36,216); }

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

background-color css

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

 a { background-color: rgb(197,36,216); }

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

border-color css

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

 span { border-color: rgb(197,36,216); }

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