Html Css Color HEX #CE0BDC Deep Magenta

📋 copy color: '#CE0BDC'

red 206 ◦ green 11 ◦ blue 220

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

Shades of Deep Magenta #CE0BDC

Tints of Deep Magenta #CE0BDC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.52%

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

R = 47.14%
G = 2.52%
B = 50.34%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE0BDC (or 0xCE0BDC) is known color: Deep Magenta. HEX triplet: CE, 0B and DC. RGB value is (206,11,220). Sum of RGB (Red+Green+Blue) = 206+11+220=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE0BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0BDC is #31F423. Grayscale: #5C5C5C. Windows color (decimal): -3273764 or 14420942. OLE color: 14420942.

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

Color convert

RGB 206 11 220 -
CMYK 0.06 0.95 0 0.14
HSL 295.98º 0.9% 0.45% -
HSV(B) 295.98º 0.95% 0.86% -
XYZ 38.49 18.53 69.26 -
YUV 93.13 199.6 208.51 -
System Red Green Blue C M Y K H S L
Decimal 206 11 220 0.06 0.95 0 0.14 295.98 0.9 0.45
Hex CE B DC 6 5F 0 E 128 5A 2D
Octal 316 13 334 6 137 0 16 450 132 55
Binary 11001110 1011 11011100 110 1011111 0 1110 100101000 1011010 101101

Color Harmonies of #CE0BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0BDC

Black with #CE0BDC

Text Example


Text Example

White with #CE0BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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