Html Css Color HEX #BF19CF Deep Magenta

📋 copy color: '#BF19CF'

red 191 ◦ green 25 ◦ blue 207

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

Shades of Deep Magenta #BF19CF

Tints of Deep Magenta #BF19CF

RGB

 RED value IS 191 (75% from 255) = 45.15%

 GREEN value IS 25 (10.16% from 255) = 5.91%

 BLUE value IS 207 (81.25% from 255) = 48.94%

R = 45.15%
G = 5.91%
B = 48.94%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF19CF (or 0xBF19CF) is known color: Deep Magenta. HEX triplet: BF, 19 and CF. RGB value is (191,25,207). Sum of RGB (Red+Green+Blue) = 191+25+207=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF19CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF19CF is #40E630. Grayscale: #5E5E5E. Windows color (decimal): -4253233 or 13572543. OLE color: 13572543.

HSL color Cylindrical-coordinate representation of color #BF19CF: hue angle of 294.73º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF19CF is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 25 207 -
CMYK 0.08 0.88 0 0.19
HSL 294.73º 0.78% 0.45% -
HSV(B) 294.73º 0.88% 0.81% -
XYZ 33.1 16.28 60.43 -
YUV 95.38 191 196.2 -
System Red Green Blue C M Y K H S L
Decimal 191 25 207 0.08 0.88 0 0.19 294.73 0.78 0.45
Hex BF 19 CF 8 58 0 13 127 4E 2D
Octal 277 31 317 10 130 0 23 447 116 55
Binary 10111111 11001 11001111 1000 1011000 0 10011 100100111 1001110 101101

Color Harmonies of #BF19CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF19CF

Black with #BF19CF

Text Example


Text Example

White with #BF19CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF19CF; }

 p { color: rgb(191,25,207); }

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

background-color css

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

 a { background-color: rgb(191,25,207); }

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

border-color css

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

 span { border-color: rgb(191,25,207); }

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