Html Css Color HEX #C523DF Deep Magenta

📋 copy color: '#C523DF'

red 197 ◦ green 35 ◦ blue 223

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

Shades of Deep Magenta #C523DF

Tints of Deep Magenta #C523DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.01%

R = 43.3%
G = 7.69%
B = 49.01%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C523DF (or 0xC523DF) is known color: Deep Magenta. HEX triplet: C5, 23 and DF. RGB value is (197,35,223). Sum of RGB (Red+Green+Blue) = 197+35+223=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #C523DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523DF is #3ADC20. Grayscale: #686868. Windows color (decimal): -3857441 or 14623685. OLE color: 14623685.

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

Color convert

RGB 197 35 223 -
CMYK 0.12 0.84 0 0.13
HSL 291.7º 0.75% 0.51% -
HSV(B) 291.7º 0.84% 0.87% -
XYZ 36.95 18.4 71.42 -
YUV 104.87 194.67 193.71 -
System Red Green Blue C M Y K H S L
Decimal 197 35 223 0.12 0.84 0 0.13 291.7 0.75 0.51
Hex C5 23 DF C 54 0 D 124 4B 33
Octal 305 43 337 14 124 0 15 444 113 63
Binary 11000101 100011 11011111 1100 1010100 0 1101 100100100 1001011 110011

Color Harmonies of #C523DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C523DF

Black with #C523DF

Text Example


Text Example

White with #C523DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C523DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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