Html Css Color HEX #BF1CCF Deep Magenta

📋 copy color: '#BF1CCF'

red 191 ◦ green 28 ◦ blue 207

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

Shades of Deep Magenta #BF1CCF

Tints of Deep Magenta #BF1CCF

RGB

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

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

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

R = 44.84%
G = 6.57%
B = 48.59%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF1CCF (or 0xBF1CCF) is known color: Deep Magenta. HEX triplet: BF, 1C and CF. RGB value is (191,28,207). Sum of RGB (Red+Green+Blue) = 191+28+207=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF1CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1CCF is #40E330. Grayscale: #606060. Windows color (decimal): -4252465 or 13573311. OLE color: 13573311.

HSL color Cylindrical-coordinate representation of color #BF1CCF: hue angle of 294.64º 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 #BF1CCF is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 28 207 -
CMYK 0.08 0.86 0 0.19
HSL 294.64º 0.76% 0.46% -
HSV(B) 294.64º 0.86% 0.81% -
XYZ 33.16 16.41 60.45 -
YUV 97.14 190 194.95 -
System Red Green Blue C M Y K H S L
Decimal 191 28 207 0.08 0.86 0 0.19 294.64 0.76 0.46
Hex BF 1C CF 8 56 0 13 127 4C 2E
Octal 277 34 317 10 126 0 23 447 114 56
Binary 10111111 11100 11001111 1000 1010110 0 10011 100100111 1001100 101110

Color Harmonies of #BF1CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1CCF

Black with #BF1CCF

Text Example


Text Example

White with #BF1CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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