Html Css Color HEX #C523DB Deep Magenta

📋 copy color: '#C523DB'

red 197 ◦ green 35 ◦ blue 219

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

Shades of Deep Magenta #C523DB

Tints of Deep Magenta #C523DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.76%

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

R = 43.68%
G = 7.76%
B = 48.56%

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

#C523DB (or 0xC523DB) is known color: Deep Magenta. HEX triplet: C5, 23 and DB. RGB value is (197,35,219). Sum of RGB (Red+Green+Blue) = 197+35+219=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 35 (14.06% from 255 or 7.76% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #C523DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523DB is #3ADC24. Grayscale: #676767. Windows color (decimal): -3857445 or 14361541. OLE color: 14361541.

HSL color Cylindrical-coordinate representation of color #C523DB: hue angle of 292.83º 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 #C523DB is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 35 219 -
CMYK 0.10 0.84 0 0.14
HSL 292.83º 0.72% 0.5% -
HSV(B) 292.83º 0.84% 0.86% -
XYZ 36.41 18.19 68.61 -
YUV 104.41 192.67 194.04 -
System Red Green Blue C M Y K H S L
Decimal 197 35 219 0.10 0.84 0 0.14 292.83 0.72 0.5
Hex C5 23 DB A 54 0 E 125 48 32
Octal 305 43 333 12 124 0 16 445 110 62
Binary 11000101 100011 11011011 1010 1010100 0 1110 100100101 1001000 110010

Color Harmonies of #C523DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C523DB

Black with #C523DB

Text Example


Text Example

White with #C523DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C523DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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