Html Css Color HEX #C523CD Deep Magenta

📋 copy color: '#C523CD'

red 197 ◦ green 35 ◦ blue 205

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

Shades of Deep Magenta #C523CD

Tints of Deep Magenta #C523CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 45.08%
G = 8.01%
B = 46.91%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C523CD (or 0xC523CD) is known color: Deep Magenta. HEX triplet: C5, 23 and CD. RGB value is (197,35,205). Sum of RGB (Red+Green+Blue) = 197+35+205=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 35 (14.06% from 255 or 8.01% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #C523CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523CD is #3ADC32. Grayscale: #666666. Windows color (decimal): -3857459 or 13444037. OLE color: 13444037.

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

Color convert

RGB 197 35 205 -
CMYK 0.04 0.83 0 0.20
HSL 297.18º 0.71% 0.47% -
HSV(B) 297.18º 0.83% 0.8% -
XYZ 34.65 17.48 59.31 -
YUV 102.82 185.67 195.18 -
System Red Green Blue C M Y K H S L
Decimal 197 35 205 0.04 0.83 0 0.20 297.18 0.71 0.47
Hex C5 23 CD 4 53 0 14 129 47 2F
Octal 305 43 315 4 123 0 24 451 107 57
Binary 11000101 100011 11001101 100 1010011 0 10100 100101001 1000111 101111

Color Harmonies of #C523CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C523CD

Black with #C523CD

Text Example


Text Example

White with #C523CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C523CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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