Html Css Color HEX #BF1CCE Deep Magenta

📋 copy color: '#BF1CCE'

red 191 ◦ green 28 ◦ blue 206

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

Shades of Deep Magenta #BF1CCE

Tints of Deep Magenta #BF1CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.59%

 BLUE value IS 206 (80.86% from 255) = 48.47%

R = 44.94%
G = 6.59%
B = 48.47%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF1CCE (or 0xBF1CCE) is known color: Deep Magenta. HEX triplet: BF, 1C and CE. RGB value is (191,28,206). Sum of RGB (Red+Green+Blue) = 191+28+206=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF1CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1CCE is #40E331. Grayscale: #606060. Windows color (decimal): -4252466 or 13507775. OLE color: 13507775.

HSL color Cylindrical-coordinate representation of color #BF1CCE: hue angle of 294.94º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1CCE is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 28 206 -
CMYK 0.07 0.86 0 0.19
HSL 294.94º 0.76% 0.46% -
HSV(B) 294.94º 0.86% 0.81% -
XYZ 33.04 16.36 59.81 -
YUV 97.03 189.5 195.03 -
System Red Green Blue C M Y K H S L
Decimal 191 28 206 0.07 0.86 0 0.19 294.94 0.76 0.46
Hex BF 1C CE 7 56 0 13 127 4C 2E
Octal 277 34 316 7 126 0 23 447 114 56
Binary 10111111 11100 11001110 111 1010110 0 10011 100100111 1001100 101110

Color Harmonies of #BF1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1CCE

Black with #BF1CCE

Text Example


Text Example

White with #BF1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1CCE; }

 p { color: rgb(191,28,206); }

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

background-color css

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

 a { background-color: rgb(191,28,206); }

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

border-color css

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

 span { border-color: rgb(191,28,206); }

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