Html Css Color HEX #CE20B9 Deep Magenta

📋 copy color: '#CE20B9'

red 206 ◦ green 32 ◦ blue 185

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

Shades of Deep Magenta #CE20B9

Tints of Deep Magenta #CE20B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.74%

R = 48.7%
G = 7.57%
B = 43.74%

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

#CE20B9 (or 0xCE20B9) is known color: Deep Magenta. HEX triplet: CE, 20 and B9. RGB value is (206,32,185). Sum of RGB (Red+Green+Blue) = 206+32+185=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20B9 is #31DF46. Grayscale: #656565. Windows color (decimal): -3268423 or 12132558. OLE color: 12132558.

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

Color convert

RGB 206 32 185 -
CMYK 0 0.84 0.10 0.19
HSL 307.24º 0.73% 0.47% -
HSV(B) 307.24º 0.84% 0.81% -
XYZ 34.73 17.66 47.48 -
YUV 101.47 175.15 202.56 -
System Red Green Blue C M Y K H S L
Decimal 206 32 185 0 0.84 0.10 0.19 307.24 0.73 0.47
Hex CE 20 B9 0 54 A 13 133 49 2F
Octal 316 40 271 0 124 12 23 463 111 57
Binary 11001110 100000 10111001 0 1010100 1010 10011 100110011 1001001 101111

Color Harmonies of #CE20B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE20B9

Black with #CE20B9

Text Example


Text Example

White with #CE20B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE20B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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