Html Css Color HEX #CE20BA Deep Magenta

📋 copy color: '#CE20BA'

red 206 ◦ green 32 ◦ blue 186

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

Shades of Deep Magenta #CE20BA

Tints of Deep Magenta #CE20BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 48.58%
G = 7.55%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE20BA (or 0xCE20BA) is known color: Deep Magenta. HEX triplet: CE, 20 and BA. RGB value is (206,32,186). Sum of RGB (Red+Green+Blue) = 206+32+186=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20BA is #31DF45. Grayscale: #656565. Windows color (decimal): -3268422 or 12198094. OLE color: 12198094.

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

Color convert

RGB 206 32 186 -
CMYK 0 0.84 0.10 0.19
HSL 306.9º 0.73% 0.47% -
HSV(B) 306.9º 0.84% 0.81% -
XYZ 34.83 17.7 48.03 -
YUV 101.58 175.65 202.48 -
System Red Green Blue C M Y K H S L
Decimal 206 32 186 0 0.84 0.10 0.19 306.9 0.73 0.47
Hex CE 20 BA 0 54 A 13 133 49 2F
Octal 316 40 272 0 124 12 23 463 111 57
Binary 11001110 100000 10111010 0 1010100 1010 10011 100110011 1001001 101111

Color Harmonies of #CE20BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE20BA

Black with #CE20BA

Text Example


Text Example

White with #CE20BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE20BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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