Html Css Color HEX #CE1BD3 Deep Magenta

📋 copy color: '#CE1BD3'

red 206 ◦ green 27 ◦ blue 211

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

Shades of Deep Magenta #CE1BD3

Tints of Deep Magenta #CE1BD3

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.08%

 BLUE value IS 211 (82.81% from 255) = 47.52%

R = 46.4%
G = 6.08%
B = 47.52%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CE1BD3 (or 0xCE1BD3) is known color: Deep Magenta. HEX triplet: CE, 1B and D3. RGB value is (206,27,211). Sum of RGB (Red+Green+Blue) = 206+27+211=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 27 (10.94% from 255 or 6.08% from 444); Blue value is 211 (82.81% from 255 or 47.52% from 444); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE1BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1BD3 is #31E42C. Grayscale: #646464. Windows color (decimal): -3269677 or 13835214. OLE color: 13835214.

HSL color Cylindrical-coordinate representation of color #CE1BD3: hue angle of 298.37º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1BD3 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 27 211 -
CMYK 0.02 0.87 0 0.17
HSL 298.37º 0.77% 0.47% -
HSV(B) 298.37º 0.87% 0.83% -
XYZ 37.6 18.61 63.24 -
YUV 101.5 189.8 202.54 -
System Red Green Blue C M Y K H S L
Decimal 206 27 211 0.02 0.87 0 0.17 298.37 0.77 0.47
Hex CE 1B D3 2 57 0 11 12A 4D 2F
Octal 316 33 323 2 127 0 21 452 115 57
Binary 11001110 11011 11010011 10 1010111 0 10001 100101010 1001101 101111

Color Harmonies of #CE1BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1BD3

Black with #CE1BD3

Text Example


Text Example

White with #CE1BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1BD3; }

 p { color: rgb(206,27,211); }

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

background-color css

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

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

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

border-color css

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

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

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