Html Css Color HEX #C524DD Deep Magenta

📋 copy color: '#C524DD'

red 197 ◦ green 36 ◦ blue 221

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

Shades of Deep Magenta #C524DD

Tints of Deep Magenta #C524DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 43.39%
G = 7.93%
B = 48.68%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C524DD (or 0xC524DD) is known color: Deep Magenta. HEX triplet: C5, 24 and DD. RGB value is (197,36,221). Sum of RGB (Red+Green+Blue) = 197+36+221=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #C524DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524DD is #3ADB22. Grayscale: #686868. Windows color (decimal): -3857187 or 14492869. OLE color: 14492869.

HSL color Cylindrical-coordinate representation of color #C524DD: hue angle of 292.22º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C524DD is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 36 221 -
CMYK 0.11 0.84 0 0.13
HSL 292.22º 0.73% 0.5% -
HSV(B) 292.22º 0.84% 0.87% -
XYZ 36.71 18.35 70.01 -
YUV 105.23 193.34 193.46 -
System Red Green Blue C M Y K H S L
Decimal 197 36 221 0.11 0.84 0 0.13 292.22 0.73 0.5
Hex C5 24 DD B 54 0 D 124 49 32
Octal 305 44 335 13 124 0 15 444 111 62
Binary 11000101 100100 11011101 1011 1010100 0 1101 100100100 1001001 110010

Color Harmonies of #C524DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524DD

Black with #C524DD

Text Example


Text Example

White with #C524DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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