Html Css Color HEX #CE1BBC Deep Magenta

📋 copy color: '#CE1BBC'

red 206 ◦ green 27 ◦ blue 188

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

Shades of Deep Magenta #CE1BBC

Tints of Deep Magenta #CE1BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.41%

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

R = 48.93%
G = 6.41%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE1BBC (or 0xCE1BBC) is known color: Deep Magenta. HEX triplet: CE, 1B and BC. RGB value is (206,27,188). Sum of RGB (Red+Green+Blue) = 206+27+188=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1BBC is #31E443. Grayscale: #626262. Windows color (decimal): -3269700 or 12327886. OLE color: 12327886.

HSL color Cylindrical-coordinate representation of color #CE1BBC: hue angle of 306.03º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1BBC is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 27 188 -
CMYK 0 0.87 0.09 0.19
HSL 306.03º 0.77% 0.46% -
HSV(B) 306.03º 0.87% 0.81% -
XYZ 34.92 17.54 49.12 -
YUV 98.88 178.3 204.41 -
System Red Green Blue C M Y K H S L
Decimal 206 27 188 0 0.87 0.09 0.19 306.03 0.77 0.46
Hex CE 1B BC 0 57 9 13 132 4D 2E
Octal 316 33 274 0 127 11 23 462 115 56
Binary 11001110 11011 10111100 0 1010111 1001 10011 100110010 1001101 101110

Color Harmonies of #CE1BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1BBC

Black with #CE1BBC

Text Example


Text Example

White with #CE1BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1BBC; }

 p { color: rgb(206,27,188); }

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

background-color css

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

 a { background-color: rgb(206,27,188); }

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

border-color css

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

 span { border-color: rgb(206,27,188); }

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