Html Css Color HEX #CE20CE Deep Magenta

📋 copy color: '#CE20CE'

red 206 ◦ green 32 ◦ blue 206

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

Shades of Deep Magenta #CE20CE

Tints of Deep Magenta #CE20CE

RGB

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

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

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

R = 46.4%
G = 7.21%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE20CE (or 0xCE20CE) is known color: Deep Magenta. HEX triplet: CE, 20 and CE. RGB value is (206,32,206). Sum of RGB (Red+Green+Blue) = 206+32+206=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE20CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE20CE is #31DF31. Grayscale: #676767. Windows color (decimal): -3268402 or 13508814. OLE color: 13508814.

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

Color convert

RGB 206 32 206 -
CMYK 0 0.84 0 0.19
HSL 300º 0.73% 0.47% -
HSV(B) 300º 0.84% 0.81% -
XYZ 37.11 18.61 60.03 -
YUV 103.86 185.65 200.85 -
System Red Green Blue C M Y K H S L
Decimal 206 32 206 0 0.84 0 0.19 300 0.73 0.47
Hex CE 20 CE 0 54 0 13 12C 49 2F
Octal 316 40 316 0 124 0 23 454 111 57
Binary 11001110 100000 11001110 0 1010100 0 10011 100101100 1001001 101111

Color Harmonies of #CE20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE20CE

Black with #CE20CE

Text Example


Text Example

White with #CE20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE20CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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