Html Css Color HEX #CE0BD4 Deep Magenta

📋 copy color: '#CE0BD4'

red 206 ◦ green 11 ◦ blue 212

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

Shades of Deep Magenta #CE0BD4

Tints of Deep Magenta #CE0BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 49.42%

R = 48.02%
G = 2.56%
B = 49.42%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CE0BD4 (or 0xCE0BD4) is known color: Deep Magenta. HEX triplet: CE, 0B and D4. RGB value is (206,11,212). Sum of RGB (Red+Green+Blue) = 206+11+212=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 212 (83.20% from 255 or 49.42% from 429); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE0BD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0BD4 is #31F42B. Grayscale: #5B5B5B. Windows color (decimal): -3273772 or 13896654. OLE color: 13896654.

HSL color Cylindrical-coordinate representation of color #CE0BD4: hue angle of 298.21º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0BD4 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 11 212 -
CMYK 0.03 0.95 0 0.17
HSL 298.21º 0.9% 0.44% -
HSV(B) 298.21º 0.95% 0.83% -
XYZ 37.46 18.11 63.81 -
YUV 92.22 195.6 209.16 -
System Red Green Blue C M Y K H S L
Decimal 206 11 212 0.03 0.95 0 0.17 298.21 0.9 0.44
Hex CE B D4 3 5F 0 11 12A 5A 2C
Octal 316 13 324 3 137 0 21 452 132 54
Binary 11001110 1011 11010100 11 1011111 0 10001 100101010 1011010 101100

Color Harmonies of #CE0BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0BD4

Black with #CE0BD4

Text Example


Text Example

White with #CE0BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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