Html Css Color HEX #C520BF Deep Magenta

📋 copy color: '#C520BF'

red 197 ◦ green 32 ◦ blue 191

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

Shades of Deep Magenta #C520BF

Tints of Deep Magenta #C520BF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.62%

 BLUE value IS 191 (75% from 255) = 45.48%

R = 46.9%
G = 7.62%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C520BF (or 0xC520BF) is known color: Deep Magenta. HEX triplet: C5, 20 and BF. RGB value is (197,32,191). Sum of RGB (Red+Green+Blue) = 197+32+191=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C520BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C520BF is #3ADF40. Grayscale: #626262. Windows color (decimal): -3858241 or 12525765. OLE color: 12525765.

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

Color convert

RGB 197 32 191 -
CMYK 0 0.84 0.03 0.23
HSL 302.18º 0.72% 0.45% -
HSV(B) 302.18º 0.84% 0.77% -
XYZ 32.95 16.66 50.77 -
YUV 99.46 179.66 197.57 -
System Red Green Blue C M Y K H S L
Decimal 197 32 191 0 0.84 0.03 0.23 302.18 0.72 0.45
Hex C5 20 BF 0 54 3 17 12E 48 2D
Octal 305 40 277 0 124 3 27 456 110 55
Binary 11000101 100000 10111111 0 1010100 11 10111 100101110 1001000 101101

Color Harmonies of #C520BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C520BF

Black with #C520BF

Text Example


Text Example

White with #C520BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C520BF; }

 p { color: rgb(197,32,191); }

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

background-color css

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

 a { background-color: rgb(197,32,191); }

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

border-color css

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

 span { border-color: rgb(197,32,191); }

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