Html Css Color HEX #CE09DD Deep Magenta

📋 copy color: '#CE09DD'

red 206 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #CE09DD

Tints of Deep Magenta #CE09DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.06%

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

R = 47.25%
G = 2.06%
B = 50.69%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE09DD (or 0xCE09DD) is known color: Deep Magenta. HEX triplet: CE, 09 and DD. RGB value is (206,9,221). Sum of RGB (Red+Green+Blue) = 206+9+221=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 9 (3.91% from 255 or 2.06% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE09DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE09DD is #31F622. Grayscale: #5B5B5B. Windows color (decimal): -3274275 or 14485966. OLE color: 14485966.

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

Color convert

RGB 206 9 221 -
CMYK 0.07 0.96 0 0.13
HSL 295.75º 0.92% 0.45% -
HSV(B) 295.75º 0.96% 0.87% -
XYZ 38.6 18.54 69.95 -
YUV 92.07 200.77 209.26 -
System Red Green Blue C M Y K H S L
Decimal 206 9 221 0.07 0.96 0 0.13 295.75 0.92 0.45
Hex CE 9 DD 7 60 0 D 128 5C 2D
Octal 316 11 335 7 140 0 15 450 134 55
Binary 11001110 1001 11011101 111 1100000 0 1101 100101000 1011100 101101

Color Harmonies of #CE09DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE09DD

Black with #CE09DD

Text Example


Text Example

White with #CE09DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE09DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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