Html Css Color HEX #CE1CBB Deep Magenta

📋 copy color: '#CE1CBB'

red 206 ◦ green 28 ◦ blue 187

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

Shades of Deep Magenta #CE1CBB

Tints of Deep Magenta #CE1CBB

RGB

 RED value IS 206 (80.86% from 255) = 48.93%

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

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 48.93%
G = 6.65%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE1CBB (or 0xCE1CBB) is known color: Deep Magenta. HEX triplet: CE, 1C and BB. RGB value is (206,28,187). Sum of RGB (Red+Green+Blue) = 206+28+187=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CBB is #31E344. Grayscale: #626262. Windows color (decimal): -3269445 or 12262606. OLE color: 12262606.

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

Color convert

RGB 206 28 187 -
CMYK 0 0.86 0.09 0.19
HSL 306.4º 0.76% 0.46% -
HSV(B) 306.4º 0.86% 0.81% -
XYZ 34.84 17.54 48.56 -
YUV 99.35 177.47 204.07 -
System Red Green Blue C M Y K H S L
Decimal 206 28 187 0 0.86 0.09 0.19 306.4 0.76 0.46
Hex CE 1C BB 0 56 9 13 132 4C 2E
Octal 316 34 273 0 126 11 23 462 114 56
Binary 11001110 11100 10111011 0 1010110 1001 10011 100110010 1001100 101110

Color Harmonies of #CE1CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1CBB

Black with #CE1CBB

Text Example


Text Example

White with #CE1CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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