Html Css Color HEX #CE1BDC Deep Magenta

📋 copy color: '#CE1BDC'

red 206 ◦ green 27 ◦ blue 220

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

Shades of Deep Magenta #CE1BDC

Tints of Deep Magenta #CE1BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 45.47%
G = 5.96%
B = 48.57%

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

#CE1BDC (or 0xCE1BDC) is known color: Deep Magenta. HEX triplet: CE, 1B and DC. RGB value is (206,27,220). Sum of RGB (Red+Green+Blue) = 206+27+220=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 27 (10.94% from 255 or 5.96% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE1BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1BDC is #31E423. Grayscale: #656565. Windows color (decimal): -3269668 or 14425038. OLE color: 14425038.

HSL color Cylindrical-coordinate representation of color #CE1BDC: hue angle of 295.65º 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 #CE1BDC is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 27 220 -
CMYK 0.06 0.88 0 0.14
HSL 295.65º 0.78% 0.48% -
HSV(B) 295.65º 0.88% 0.86% -
XYZ 38.76 19.07 69.35 -
YUV 102.52 194.3 201.81 -
System Red Green Blue C M Y K H S L
Decimal 206 27 220 0.06 0.88 0 0.14 295.65 0.78 0.48
Hex CE 1B DC 6 58 0 E 128 4E 30
Octal 316 33 334 6 130 0 16 450 116 60
Binary 11001110 11011 11011100 110 1011000 0 1110 100101000 1001110 110000

Color Harmonies of #CE1BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1BDC

Black with #CE1BDC

Text Example


Text Example

White with #CE1BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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