Html Css Color HEX #CE1BDB Deep Magenta

📋 copy color: '#CE1BDB'

red 206 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #CE1BDB

Tints of Deep Magenta #CE1BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 45.58%
G = 5.97%
B = 48.45%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE1BDB (or 0xCE1BDB) is known color: Deep Magenta. HEX triplet: CE, 1B and DB. RGB value is (206,27,219). Sum of RGB (Red+Green+Blue) = 206+27+219=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 27 (10.94% from 255 or 5.97% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE1BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1BDB is #31E424. Grayscale: #656565. Windows color (decimal): -3269669 or 14359502. OLE color: 14359502.

HSL color Cylindrical-coordinate representation of color #CE1BDB: hue angle of 295.94º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1BDB is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 27 219 -
CMYK 0.06 0.88 0 0.14
HSL 295.94º 0.78% 0.48% -
HSV(B) 295.94º 0.88% 0.86% -
XYZ 38.63 19.02 68.65 -
YUV 102.41 193.8 201.89 -
System Red Green Blue C M Y K H S L
Decimal 206 27 219 0.06 0.88 0 0.14 295.94 0.78 0.48
Hex CE 1B DB 6 58 0 E 128 4E 30
Octal 316 33 333 6 130 0 16 450 116 60
Binary 11001110 11011 11011011 110 1011000 0 1110 100101000 1001110 110000

Color Harmonies of #CE1BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1BDB

Black with #CE1BDB

Text Example


Text Example

White with #CE1BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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