Html Css Color HEX #CE09B0 Deep Magenta

📋 copy color: '#CE09B0'

red 206 ◦ green 9 ◦ blue 176

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

Shades of Deep Magenta #CE09B0

Tints of Deep Magenta #CE09B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.01%

R = 52.69%
G = 2.3%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE09B0 (or 0xCE09B0) is known color: Deep Magenta. HEX triplet: CE, 09 and B0. RGB value is (206,9,176). Sum of RGB (Red+Green+Blue) = 206+9+176=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE09B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE09B0 is #31F64F. Grayscale: #565656. Windows color (decimal): -3274320 or 11536846. OLE color: 11536846.

HSL color Cylindrical-coordinate representation of color #CE09B0: hue angle of 309.14º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE09B0 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 9 176 -
CMYK 0 0.96 0.15 0.19
HSL 309.14º 0.92% 0.42% -
HSV(B) 309.14º 0.96% 0.81% -
XYZ 33.39 16.45 42.49 -
YUV 86.94 178.27 212.92 -
System Red Green Blue C M Y K H S L
Decimal 206 9 176 0 0.96 0.15 0.19 309.14 0.92 0.42
Hex CE 9 B0 0 60 F 13 135 5C 2A
Octal 316 11 260 0 140 17 23 465 134 52
Binary 11001110 1001 10110000 0 1100000 1111 10011 100110101 1011100 101010

Color Harmonies of #CE09B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE09B0

Black with #CE09B0

Text Example


Text Example

White with #CE09B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE09B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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