Html Css Color HEX #CE0BCE Deep Magenta

📋 copy color: '#CE0BCE'

red 206 ◦ green 11 ◦ blue 206

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

Shades of Deep Magenta #CE0BCE

Tints of Deep Magenta #CE0BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 48.7%
G = 2.6%
B = 48.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE0BCE (or 0xCE0BCE) is known color: Deep Magenta. HEX triplet: CE, 0B and CE. RGB value is (206,11,206). Sum of RGB (Red+Green+Blue) = 206+11+206=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE0BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0BCE is #31F431. Grayscale: #5A5A5A. Windows color (decimal): -3273778 or 13503438. OLE color: 13503438.

HSL color Cylindrical-coordinate representation of color #CE0BCE: hue angle of 300º 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 #CE0BCE is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 11 206 -
CMYK 0 0.95 0 0.19
HSL 300º 0.9% 0.43% -
HSV(B) 300º 0.95% 0.81% -
XYZ 36.71 17.82 59.9 -
YUV 91.54 192.6 209.64 -
System Red Green Blue C M Y K H S L
Decimal 206 11 206 0 0.95 0 0.19 300 0.9 0.43
Hex CE B CE 0 5F 0 13 12C 5A 2B
Octal 316 13 316 0 137 0 23 454 132 53
Binary 11001110 1011 11001110 0 1011111 0 10011 100101100 1011010 101011

Color Harmonies of #CE0BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0BCE

Black with #CE0BCE

Text Example


Text Example

White with #CE0BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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