Html Css Color HEX #CE0BBE Deep Magenta

📋 copy color: '#CE0BBE'

red 206 ◦ green 11 ◦ blue 190

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

Shades of Deep Magenta #CE0BBE

Tints of Deep Magenta #CE0BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 50.61%
G = 2.7%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE0BBE (or 0xCE0BBE) is known color: Deep Magenta. HEX triplet: CE, 0B and BE. RGB value is (206,11,190). Sum of RGB (Red+Green+Blue) = 206+11+190=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0BBE is #31F441. Grayscale: #595959. Windows color (decimal): -3273794 or 12454862. OLE color: 12454862.

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

Color convert

RGB 206 11 190 -
CMYK 0 0.95 0.08 0.19
HSL 304.92º 0.9% 0.43% -
HSV(B) 304.92º 0.95% 0.81% -
XYZ 34.87 17.08 50.17 -
YUV 89.71 184.6 210.95 -
System Red Green Blue C M Y K H S L
Decimal 206 11 190 0 0.95 0.08 0.19 304.92 0.9 0.43
Hex CE B BE 0 5F 8 13 131 5A 2B
Octal 316 13 276 0 137 10 23 461 132 53
Binary 11001110 1011 10111110 0 1011111 1000 10011 100110001 1011010 101011

Color Harmonies of #CE0BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0BBE

Black with #CE0BBE

Text Example


Text Example

White with #CE0BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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