Html Css Color HEX #C523DC Deep Magenta

📋 copy color: '#C523DC'

red 197 ◦ green 35 ◦ blue 220

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

Shades of Deep Magenta #C523DC

Tints of Deep Magenta #C523DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 43.58%
G = 7.74%
B = 48.67%

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

#C523DC (or 0xC523DC) is known color: Deep Magenta. HEX triplet: C5, 23 and DC. RGB value is (197,35,220). Sum of RGB (Red+Green+Blue) = 197+35+220=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #C523DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523DC is #3ADC23. Grayscale: #676767. Windows color (decimal): -3857444 or 14427077. OLE color: 14427077.

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

Color convert

RGB 197 35 220 -
CMYK 0.10 0.84 0 0.14
HSL 292.54º 0.73% 0.5% -
HSV(B) 292.54º 0.84% 0.86% -
XYZ 36.55 18.24 69.3 -
YUV 104.53 193.17 193.96 -
System Red Green Blue C M Y K H S L
Decimal 197 35 220 0.10 0.84 0 0.14 292.54 0.73 0.5
Hex C5 23 DC A 54 0 E 125 49 32
Octal 305 43 334 12 124 0 16 445 111 62
Binary 11000101 100011 11011100 1010 1010100 0 1110 100100101 1001001 110010

Color Harmonies of #C523DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C523DC

Black with #C523DC

Text Example


Text Example

White with #C523DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C523DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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