Html Css Color HEX #CE20BD Deep Magenta

📋 copy color: '#CE20BD'

red 206 ◦ green 32 ◦ blue 189

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

Shades of Deep Magenta #CE20BD

Tints of Deep Magenta #CE20BD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.49%

 BLUE value IS 189 (74.22% from 255) = 44.26%

R = 48.24%
G = 7.49%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE20BD (or 0xCE20BD) is known color: Deep Magenta. HEX triplet: CE, 20 and BD. RGB value is (206,32,189). Sum of RGB (Red+Green+Blue) = 206+32+189=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20BD is #31DF42. Grayscale: #656565. Windows color (decimal): -3268419 or 12394702. OLE color: 12394702.

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

Color convert

RGB 206 32 189 -
CMYK 0 0.84 0.08 0.19
HSL 305.86º 0.73% 0.47% -
HSV(B) 305.86º 0.84% 0.81% -
XYZ 35.16 17.83 49.73 -
YUV 101.92 177.15 202.23 -
System Red Green Blue C M Y K H S L
Decimal 206 32 189 0 0.84 0.08 0.19 305.86 0.73 0.47
Hex CE 20 BD 0 54 8 13 132 49 2F
Octal 316 40 275 0 124 10 23 462 111 57
Binary 11001110 100000 10111101 0 1010100 1000 10011 100110010 1001001 101111

Color Harmonies of #CE20BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE20BD

Black with #CE20BD

Text Example


Text Example

White with #CE20BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE20BD; }

 p { color: rgb(206,32,189); }

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

background-color css

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

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

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

border-color css

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

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

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