Html Css Color HEX #C521BA Deep Magenta

📋 copy color: '#C521BA'

red 197 ◦ green 33 ◦ blue 186

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

Shades of Deep Magenta #C521BA

Tints of Deep Magenta #C521BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.71%

R = 47.36%
G = 7.93%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C521BA (or 0xC521BA) is known color: Deep Magenta. HEX triplet: C5, 21 and BA. RGB value is (197,33,186). Sum of RGB (Red+Green+Blue) = 197+33+186=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C521BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C521BA is #3ADE45. Grayscale: #636363. Windows color (decimal): -3857990 or 12198341. OLE color: 12198341.

HSL color Cylindrical-coordinate representation of color #C521BA: hue angle of 304.02º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C521BA is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 33 186 -
CMYK 0 0.83 0.06 0.23
HSL 304.02º 0.71% 0.45% -
HSV(B) 304.02º 0.83% 0.77% -
XYZ 32.43 16.5 47.93 -
YUV 99.48 176.83 197.56 -
System Red Green Blue C M Y K H S L
Decimal 197 33 186 0 0.83 0.06 0.23 304.02 0.71 0.45
Hex C5 21 BA 0 53 6 17 130 47 2D
Octal 305 41 272 0 123 6 27 460 107 55
Binary 11000101 100001 10111010 0 1010011 110 10111 100110000 1000111 101101

Color Harmonies of #C521BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C521BA

Black with #C521BA

Text Example


Text Example

White with #C521BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C521BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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