Html Css Color HEX #CE2BDC Deep Magenta

📋 copy color: '#CE2BDC'

red 206 ◦ green 43 ◦ blue 220

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

Shades of Deep Magenta #CE2BDC

Tints of Deep Magenta #CE2BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.17%

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

R = 43.92%
G = 9.17%
B = 46.91%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE2BDC (or 0xCE2BDC) is known color: Deep Magenta. HEX triplet: CE, 2B and DC. RGB value is (206,43,220). Sum of RGB (Red+Green+Blue) = 206+43+220=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE2BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2BDC is #31D423. Grayscale: #6F6F6F. Windows color (decimal): -3265572 or 14429134. OLE color: 14429134.

HSL color Cylindrical-coordinate representation of color #CE2BDC: hue angle of 295.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2BDC is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 43 220 -
CMYK 0.06 0.80 0 0.14
HSL 295.25º 0.72% 0.52% -
HSV(B) 295.25º 0.8% 0.86% -
XYZ 39.24 20.02 69.51 -
YUV 111.92 189 195.11 -
System Red Green Blue C M Y K H S L
Decimal 206 43 220 0.06 0.80 0 0.14 295.25 0.72 0.52
Hex CE 2B DC 6 50 0 E 127 48 34
Octal 316 53 334 6 120 0 16 447 110 64
Binary 11001110 101011 11011100 110 1010000 0 1110 100100111 1001000 110100

Color Harmonies of #CE2BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2BDC

Black with #CE2BDC

Text Example


Text Example

White with #CE2BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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