Html Css Color HEX #C524DB Deep Magenta

📋 copy color: '#C524DB'

red 197 ◦ green 36 ◦ blue 219

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

Shades of Deep Magenta #C524DB

Tints of Deep Magenta #C524DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 43.58%
G = 7.96%
B = 48.45%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C524DB (or 0xC524DB) is known color: Deep Magenta. HEX triplet: C5, 24 and DB. RGB value is (197,36,219). Sum of RGB (Red+Green+Blue) = 197+36+219=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 36 (14.45% from 255 or 7.96% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #C524DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524DB is #3ADB24. Grayscale: #686868. Windows color (decimal): -3857189 or 14361797. OLE color: 14361797.

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

Color convert

RGB 197 36 219 -
CMYK 0.10 0.84 0 0.14
HSL 292.79º 0.72% 0.5% -
HSV(B) 292.79º 0.84% 0.86% -
XYZ 36.44 18.25 68.62 -
YUV 105 192.34 193.62 -
System Red Green Blue C M Y K H S L
Decimal 197 36 219 0.10 0.84 0 0.14 292.79 0.72 0.5
Hex C5 24 DB A 54 0 E 125 48 32
Octal 305 44 333 12 124 0 16 445 110 62
Binary 11000101 100100 11011011 1010 1010100 0 1110 100100101 1001000 110010

Color Harmonies of #C524DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524DB

Black with #C524DB

Text Example


Text Example

White with #C524DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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