Html Css Color HEX #C524DA Deep Magenta

📋 copy color: '#C524DA'

red 197 ◦ green 36 ◦ blue 218

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

Shades of Deep Magenta #C524DA

Tints of Deep Magenta #C524DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 43.68%
G = 7.98%
B = 48.34%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C524DA (or 0xC524DA) is known color: Deep Magenta. HEX triplet: C5, 24 and DA. RGB value is (197,36,218). Sum of RGB (Red+Green+Blue) = 197+36+218=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #C524DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524DA is #3ADB25. Grayscale: #686868. Windows color (decimal): -3857190 or 14296261. OLE color: 14296261.

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

Color convert

RGB 197 36 218 -
CMYK 0.10 0.83 0 0.15
HSL 293.08º 0.72% 0.5% -
HSV(B) 293.08º 0.83% 0.85% -
XYZ 36.31 18.19 67.93 -
YUV 104.89 191.84 193.7 -
System Red Green Blue C M Y K H S L
Decimal 197 36 218 0.10 0.83 0 0.15 293.08 0.72 0.5
Hex C5 24 DA A 53 0 F 125 48 32
Octal 305 44 332 12 123 0 17 445 110 62
Binary 11000101 100100 11011010 1010 1010011 0 1111 100100101 1001000 110010

Color Harmonies of #C524DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524DA

Black with #C524DA

Text Example


Text Example

White with #C524DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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