Html Css Color HEX #CE0DBA Deep Magenta

📋 copy color: '#CE0DBA'

red 206 ◦ green 13 ◦ blue 186

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

Shades of Deep Magenta #CE0DBA

Tints of Deep Magenta #CE0DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.21%

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 50.86%
G = 3.21%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE0DBA (or 0xCE0DBA) is known color: Deep Magenta. HEX triplet: CE, 0D and BA. RGB value is (206,13,186). Sum of RGB (Red+Green+Blue) = 206+13+186=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DBA is #31F245. Grayscale: #595959. Windows color (decimal): -3273286 or 12193230. OLE color: 12193230.

HSL color Cylindrical-coordinate representation of color #CE0DBA: hue angle of 306.22º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0DBA is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 13 186 -
CMYK 0 0.94 0.10 0.19
HSL 306.22º 0.88% 0.43% -
HSV(B) 306.22º 0.94% 0.81% -
XYZ 34.46 16.95 47.91 -
YUV 90.43 181.94 210.43 -
System Red Green Blue C M Y K H S L
Decimal 206 13 186 0 0.94 0.10 0.19 306.22 0.88 0.43
Hex CE D BA 0 5E A 13 132 58 2B
Octal 316 15 272 0 136 12 23 462 130 53
Binary 11001110 1101 10111010 0 1011110 1010 10011 100110010 1011000 101011

Color Harmonies of #CE0DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0DBA

Black with #CE0DBA

Text Example


Text Example

White with #CE0DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0DBA; }

 p { color: rgb(206,13,186); }

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

background-color css

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

 a { background-color: rgb(206,13,186); }

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

border-color css

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

 span { border-color: rgb(206,13,186); }

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