Html Css Color HEX #CE2BDD Deep Magenta

📋 copy color: '#CE2BDD'

red 206 ◦ green 43 ◦ blue 221

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

Shades of Deep Magenta #CE2BDD

Tints of Deep Magenta #CE2BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 43.83%
G = 9.15%
B = 47.02%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE2BDD (or 0xCE2BDD) is known color: Deep Magenta. HEX triplet: CE, 2B and DD. RGB value is (206,43,221). Sum of RGB (Red+Green+Blue) = 206+43+221=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE2BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2BDD is #31D422. Grayscale: #6F6F6F. Windows color (decimal): -3265571 or 14494670. OLE color: 14494670.

HSL color Cylindrical-coordinate representation of color #CE2BDD: hue angle of 294.94º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2BDD is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 43 221 -
CMYK 0.07 0.81 0 0.13
HSL 294.94º 0.72% 0.52% -
HSV(B) 294.94º 0.81% 0.87% -
XYZ 39.37 20.07 70.21 -
YUV 112.03 189.5 195.03 -
System Red Green Blue C M Y K H S L
Decimal 206 43 221 0.07 0.81 0 0.13 294.94 0.72 0.52
Hex CE 2B DD 7 51 0 D 127 48 34
Octal 316 53 335 7 121 0 15 447 110 64
Binary 11001110 101011 11011101 111 1010001 0 1101 100100111 1001000 110100

Color Harmonies of #CE2BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2BDD

Black with #CE2BDD

Text Example


Text Example

White with #CE2BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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