Html Css Color HEX #BC1CC9 Deep Magenta

📋 copy color: '#BC1CC9'

red 188 ◦ green 28 ◦ blue 201

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

Shades of Deep Magenta #BC1CC9

Tints of Deep Magenta #BC1CC9

RGB

 RED value IS 188 (73.83% from 255) = 45.08%

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

 BLUE value IS 201 (78.91% from 255) = 48.2%

R = 45.08%
G = 6.71%
B = 48.2%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC1CC9 (or 0xBC1CC9) is known color: Deep Magenta. HEX triplet: BC, 1C and C9. RGB value is (188,28,201). Sum of RGB (Red+Green+Blue) = 188+28+201=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC1CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CC9 is #43E336. Grayscale: #5F5F5F. Windows color (decimal): -4449079 or 13180092. OLE color: 13180092.

HSL color Cylindrical-coordinate representation of color #BC1CC9: hue angle of 295.49º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1CC9 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 28 201 -
CMYK 0.06 0.86 0 0.21
HSL 295.49º 0.76% 0.45% -
HSV(B) 295.49º 0.86% 0.79% -
XYZ 31.7 15.74 56.63 -
YUV 95.56 187.51 193.93 -
System Red Green Blue C M Y K H S L
Decimal 188 28 201 0.06 0.86 0 0.21 295.49 0.76 0.45
Hex BC 1C C9 6 56 0 15 127 4C 2D
Octal 274 34 311 6 126 0 25 447 114 55
Binary 10111100 11100 11001001 110 1010110 0 10101 100100111 1001100 101101

Color Harmonies of #BC1CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CC9

Black with #BC1CC9

Text Example


Text Example

White with #BC1CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CC9; }

 p { color: rgb(188,28,201); }

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

background-color css

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

 a { background-color: rgb(188,28,201); }

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

border-color css

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

 span { border-color: rgb(188,28,201); }

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