Html Css Color HEX #BC1CCD Deep Magenta

📋 copy color: '#BC1CCD'

red 188 ◦ green 28 ◦ blue 205

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

Shades of Deep Magenta #BC1CCD

Tints of Deep Magenta #BC1CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 44.66%
G = 6.65%
B = 48.69%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC1CCD (or 0xBC1CCD) is known color: Deep Magenta. HEX triplet: BC, 1C and CD. RGB value is (188,28,205). Sum of RGB (Red+Green+Blue) = 188+28+205=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC1CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CCD is #43E332. Grayscale: #5F5F5F. Windows color (decimal): -4449075 or 13442236. OLE color: 13442236.

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

Color convert

RGB 188 28 205 -
CMYK 0.08 0.86 0 0.20
HSL 294.24º 0.76% 0.46% -
HSV(B) 294.24º 0.86% 0.8% -
XYZ 32.17 15.93 59.14 -
YUV 96.02 189.51 193.61 -
System Red Green Blue C M Y K H S L
Decimal 188 28 205 0.08 0.86 0 0.20 294.24 0.76 0.46
Hex BC 1C CD 8 56 0 14 126 4C 2E
Octal 274 34 315 10 126 0 24 446 114 56
Binary 10111100 11100 11001101 1000 1010110 0 10100 100100110 1001100 101110

Color Harmonies of #BC1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CCD

Black with #BC1CCD

Text Example


Text Example

White with #BC1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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