Html Css Color HEX #C521CA Deep Magenta

📋 copy color: '#C521CA'

red 197 ◦ green 33 ◦ blue 202

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

Shades of Deep Magenta #C521CA

Tints of Deep Magenta #C521CA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.64%

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

R = 45.6%
G = 7.64%
B = 46.76%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C521CA (or 0xC521CA) is known color: Deep Magenta. HEX triplet: C5, 21 and CA. RGB value is (197,33,202). Sum of RGB (Red+Green+Blue) = 197+33+202=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #C521CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C521CA is #3ADE35. Grayscale: #646464. Windows color (decimal): -3857974 or 13246917. OLE color: 13246917.

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

Color convert

RGB 197 33 202 -
CMYK 0.02 0.84 0 0.21
HSL 298.22º 0.72% 0.46% -
HSV(B) 298.22º 0.84% 0.79% -
XYZ 34.23 17.22 57.4 -
YUV 101.3 184.83 196.26 -
System Red Green Blue C M Y K H S L
Decimal 197 33 202 0.02 0.84 0 0.21 298.22 0.72 0.46
Hex C5 21 CA 2 54 0 15 12A 48 2E
Octal 305 41 312 2 124 0 25 452 110 56
Binary 11000101 100001 11001010 10 1010100 0 10101 100101010 1001000 101110

Color Harmonies of #C521CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C521CA

Black with #C521CA

Text Example


Text Example

White with #C521CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C521CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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