Html Css Color HEX #BE1CCD Deep Magenta

📋 copy color: '#BE1CCD'

red 190 ◦ green 28 ◦ blue 205

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

Shades of Deep Magenta #BE1CCD

Tints of Deep Magenta #BE1CCD

RGB

 RED value IS 190 (74.61% from 255) = 44.92%

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

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

R = 44.92%
G = 6.62%
B = 48.46%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE1CCD (or 0xBE1CCD) is known color: Deep Magenta. HEX triplet: BE, 1C and CD. RGB value is (190,28,205). Sum of RGB (Red+Green+Blue) = 190+28+205=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE1CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1CCD is #41E332. Grayscale: #606060. Windows color (decimal): -4318003 or 13442238. OLE color: 13442238.

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

Color convert

RGB 190 28 205 -
CMYK 0.07 0.86 0 0.20
HSL 294.92º 0.76% 0.46% -
HSV(B) 294.92º 0.86% 0.8% -
XYZ 32.67 16.19 59.16 -
YUV 96.62 189.17 194.61 -
System Red Green Blue C M Y K H S L
Decimal 190 28 205 0.07 0.86 0 0.20 294.92 0.76 0.46
Hex BE 1C CD 7 56 0 14 127 4C 2E
Octal 276 34 315 7 126 0 24 447 114 56
Binary 10111110 11100 11001101 111 1010110 0 10100 100100111 1001100 101110

Color Harmonies of #BE1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1CCD

Black with #BE1CCD

Text Example


Text Example

White with #BE1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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