Html Css Color HEX #C521CD Deep Magenta

📋 copy color: '#C521CD'

red 197 ◦ green 33 ◦ blue 205

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

Shades of Deep Magenta #C521CD

Tints of Deep Magenta #C521CD

RGB

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

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

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

R = 45.29%
G = 7.59%
B = 47.13%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C521CD (or 0xC521CD) is known color: Deep Magenta. HEX triplet: C5, 21 and CD. RGB value is (197,33,205). Sum of RGB (Red+Green+Blue) = 197+33+205=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #C521CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C521CD is #3ADE32. Grayscale: #656565. Windows color (decimal): -3857971 or 13443525. OLE color: 13443525.

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

Color convert

RGB 197 33 205 -
CMYK 0.04 0.84 0 0.20
HSL 297.21º 0.72% 0.47% -
HSV(B) 297.21º 0.84% 0.8% -
XYZ 34.59 17.37 59.29 -
YUV 101.64 186.33 196.01 -
System Red Green Blue C M Y K H S L
Decimal 197 33 205 0.04 0.84 0 0.20 297.21 0.72 0.47
Hex C5 21 CD 4 54 0 14 129 48 2F
Octal 305 41 315 4 124 0 24 451 110 57
Binary 11000101 100001 11001101 100 1010100 0 10100 100101001 1001000 101111

Color Harmonies of #C521CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C521CD

Black with #C521CD

Text Example


Text Example

White with #C521CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C521CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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