Html Css Color HEX #C521CC Deep Magenta

📋 copy color: '#C521CC'

red 197 ◦ green 33 ◦ blue 204

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

Shades of Deep Magenta #C521CC

Tints of Deep Magenta #C521CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47%

R = 45.39%
G = 7.6%
B = 47%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C521CC (or 0xC521CC) is known color: Deep Magenta. HEX triplet: C5, 21 and CC. RGB value is (197,33,204). Sum of RGB (Red+Green+Blue) = 197+33+204=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #C521CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C521CC is #3ADE33. Grayscale: #656565. Windows color (decimal): -3857972 or 13377989. OLE color: 13377989.

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

Color convert

RGB 197 33 204 -
CMYK 0.03 0.84 0 0.2
HSL 297.54º 0.72% 0.46% -
HSV(B) 297.54º 0.84% 0.8% -
XYZ 34.47 17.32 58.65 -
YUV 101.53 185.83 196.1 -
System Red Green Blue C M Y K H S L
Decimal 197 33 204 0.03 0.84 0 0.2 297.54 0.72 0.46
Hex C5 21 CC 3 54 0 14 12A 48 2E
Octal 305 41 314 3 124 0 24 452 110 56
Binary 11000101 100001 11001100 11 1010100 0 10100 100101010 1001000 101110

Color Harmonies of #C521CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C521CC

Black with #C521CC

Text Example


Text Example

White with #C521CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C521CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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