Html Css Color HEX #CE20B3 Deep Magenta

📋 copy color: '#CE20B3'

red 206 ◦ green 32 ◦ blue 179

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

Shades of Deep Magenta #CE20B3

Tints of Deep Magenta #CE20B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.93%

R = 49.4%
G = 7.67%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE20B3 (or 0xCE20B3) is known color: Deep Magenta. HEX triplet: CE, 20 and B3. RGB value is (206,32,179). Sum of RGB (Red+Green+Blue) = 206+32+179=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20B3 is #31DF4C. Grayscale: #646464. Windows color (decimal): -3268429 or 11739342. OLE color: 11739342.

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

Color convert

RGB 206 32 179 -
CMYK 0 0.84 0.13 0.19
HSL 309.31º 0.73% 0.47% -
HSV(B) 309.31º 0.84% 0.81% -
XYZ 34.11 17.41 44.21 -
YUV 100.78 172.15 203.05 -
System Red Green Blue C M Y K H S L
Decimal 206 32 179 0 0.84 0.13 0.19 309.31 0.73 0.47
Hex CE 20 B3 0 54 D 13 135 49 2F
Octal 316 40 263 0 124 15 23 465 111 57
Binary 11001110 100000 10110011 0 1010100 1101 10011 100110101 1001001 101111

Color Harmonies of #CE20B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE20B3

Black with #CE20B3

Text Example


Text Example

White with #CE20B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE20B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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