Html Css Color HEX #C523CE Deep Magenta

📋 copy color: '#C523CE'

red 197 ◦ green 35 ◦ blue 206

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

Shades of Deep Magenta #C523CE

Tints of Deep Magenta #C523CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 44.98%
G = 7.99%
B = 47.03%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C523CE (or 0xC523CE) is known color: Deep Magenta. HEX triplet: C5, 23 and CE. RGB value is (197,35,206). Sum of RGB (Red+Green+Blue) = 197+35+206=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #C523CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523CE is #3ADC31. Grayscale: #666666. Windows color (decimal): -3857458 or 13509573. OLE color: 13509573.

HSL color Cylindrical-coordinate representation of color #C523CE: hue angle of 296.84º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C523CE is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 35 206 -
CMYK 0.04 0.83 0 0.19
HSL 296.84º 0.71% 0.47% -
HSV(B) 296.84º 0.83% 0.81% -
XYZ 34.77 17.53 59.94 -
YUV 102.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 197 35 206 0.04 0.83 0 0.19 296.84 0.71 0.47
Hex C5 23 CE 4 53 0 13 129 47 2F
Octal 305 43 316 4 123 0 23 451 107 57
Binary 11000101 100011 11001110 100 1010011 0 10011 100101001 1000111 101111

Color Harmonies of #C523CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C523CE

Black with #C523CE

Text Example


Text Example

White with #C523CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C523CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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