Html Css Color HEX #C523CA Deep Magenta

📋 copy color: '#C523CA'

red 197 ◦ green 35 ◦ blue 202

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

Shades of Deep Magenta #C523CA

Tints of Deep Magenta #C523CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 45.39%
G = 8.06%
B = 46.54%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C523CA (or 0xC523CA) is known color: Deep Magenta. HEX triplet: C5, 23 and CA. RGB value is (197,35,202). Sum of RGB (Red+Green+Blue) = 197+35+202=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #C523CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523CA is #3ADC35. Grayscale: #656565. Windows color (decimal): -3857462 or 13247429. OLE color: 13247429.

HSL color Cylindrical-coordinate representation of color #C523CA: hue angle of 298.2º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C523CA is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 35 202 -
CMYK 0.02 0.83 0 0.21
HSL 298.2º 0.7% 0.46% -
HSV(B) 298.2º 0.83% 0.79% -
XYZ 34.29 17.34 57.42 -
YUV 102.48 184.17 195.42 -
System Red Green Blue C M Y K H S L
Decimal 197 35 202 0.02 0.83 0 0.21 298.2 0.7 0.46
Hex C5 23 CA 2 53 0 15 12A 46 2E
Octal 305 43 312 2 123 0 25 452 106 56
Binary 11000101 100011 11001010 10 1010011 0 10101 100101010 1000110 101110

Color Harmonies of #C523CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C523CA

Black with #C523CA

Text Example


Text Example

White with #C523CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C523CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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