Html Css Color HEX #CE16BE Deep Magenta

📋 copy color: '#CE16BE'

red 206 ◦ green 22 ◦ blue 190

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

Shades of Deep Magenta #CE16BE

Tints of Deep Magenta #CE16BE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.26%

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 49.28%
G = 5.26%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE16BE (or 0xCE16BE) is known color: Deep Magenta. HEX triplet: CE, 16 and BE. RGB value is (206,22,190). Sum of RGB (Red+Green+Blue) = 206+22+190=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE16BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16BE is #31E941. Grayscale: #5F5F5F. Windows color (decimal): -3270978 or 12457678. OLE color: 12457678.

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

Color convert

RGB 206 22 190 -
CMYK 0 0.89 0.08 0.19
HSL 305.22º 0.81% 0.45% -
HSV(B) 305.22º 0.89% 0.81% -
XYZ 35.03 17.41 50.23 -
YUV 96.17 180.96 206.34 -
System Red Green Blue C M Y K H S L
Decimal 206 22 190 0 0.89 0.08 0.19 305.22 0.81 0.45
Hex CE 16 BE 0 59 8 13 131 51 2D
Octal 316 26 276 0 131 10 23 461 121 55
Binary 11001110 10110 10111110 0 1011001 1000 10011 100110001 1010001 101101

Color Harmonies of #CE16BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE16BE

Black with #CE16BE

Text Example


Text Example

White with #CE16BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE16BE; }

 p { color: rgb(206,22,190); }

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

background-color css

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

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

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

border-color css

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

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

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