Html Css Color HEX #BF19CC Deep Magenta

📋 copy color: '#BF19CC'

red 191 ◦ green 25 ◦ blue 204

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

Shades of Deep Magenta #BF19CC

Tints of Deep Magenta #BF19CC

RGB

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

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

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

R = 45.48%
G = 5.95%
B = 48.57%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF19CC (or 0xBF19CC) is known color: Deep Magenta. HEX triplet: BF, 19 and CC. RGB value is (191,25,204). Sum of RGB (Red+Green+Blue) = 191+25+204=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF19CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF19CC is #40E633. Grayscale: #5E5E5E. Windows color (decimal): -4253236 or 13375935. OLE color: 13375935.

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

Color convert

RGB 191 25 204 -
CMYK 0.06 0.88 0 0.2
HSL 295.64º 0.78% 0.45% -
HSV(B) 295.64º 0.88% 0.8% -
XYZ 32.73 16.13 58.52 -
YUV 95.04 189.5 196.45 -
System Red Green Blue C M Y K H S L
Decimal 191 25 204 0.06 0.88 0 0.2 295.64 0.78 0.45
Hex BF 19 CC 6 58 0 14 128 4E 2D
Octal 277 31 314 6 130 0 24 450 116 55
Binary 10111111 11001 11001100 110 1011000 0 10100 100101000 1001110 101101

Color Harmonies of #BF19CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF19CC

Black with #BF19CC

Text Example


Text Example

White with #BF19CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF19CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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