Html Css Color HEX #C501BF Deep Magenta

📋 copy color: '#C501BF'

red 197 ◦ green 1 ◦ blue 191

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

Shades of Deep Magenta #C501BF

Tints of Deep Magenta #C501BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 50.64%
G = 0.26%
B = 49.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C501BF (or 0xC501BF) is known color: Deep Magenta. HEX triplet: C5, 01 and BF. RGB value is (197,1,191). Sum of RGB (Red+Green+Blue) = 197+1+191=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C501BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501BF is #3AFE40. Grayscale: #505050. Windows color (decimal): -3866177 or 12517829. OLE color: 12517829.

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

Color convert

RGB 197 1 191 -
CMYK 0 0.99 0.03 0.23
HSL 301.84º 0.99% 0.39% -
HSV(B) 301.84º 0.99% 0.77% -
XYZ 32.44 15.65 50.6 -
YUV 81.26 189.93 210.55 -
System Red Green Blue C M Y K H S L
Decimal 197 1 191 0 0.99 0.03 0.23 301.84 0.99 0.39
Hex C5 1 BF 0 63 3 17 12E 63 27
Octal 305 1 277 0 143 3 27 456 143 47
Binary 11000101 1 10111111 0 1100011 11 10111 100101110 1100011 100111

Color Harmonies of #C501BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501BF

Black with #C501BF

Text Example


Text Example

White with #C501BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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