Html Css Color HEX #CE13BE Deep Magenta

📋 copy color: '#CE13BE'

red 206 ◦ green 19 ◦ blue 190

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

Shades of Deep Magenta #CE13BE

Tints of Deep Magenta #CE13BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.58%

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

R = 49.64%
G = 4.58%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE13BE (or 0xCE13BE) is known color: Deep Magenta. HEX triplet: CE, 13 and BE. RGB value is (206,19,190). Sum of RGB (Red+Green+Blue) = 206+19+190=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE13BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE13BE is #31EC41. Grayscale: #5D5D5D. Windows color (decimal): -3271746 or 12456910. OLE color: 12456910.

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

Color convert

RGB 206 19 190 -
CMYK 0 0.91 0.08 0.19
HSL 305.13º 0.83% 0.44% -
HSV(B) 305.13º 0.91% 0.81% -
XYZ 34.98 17.31 50.21 -
YUV 94.41 181.95 207.6 -
System Red Green Blue C M Y K H S L
Decimal 206 19 190 0 0.91 0.08 0.19 305.13 0.83 0.44
Hex CE 13 BE 0 5B 8 13 131 53 2C
Octal 316 23 276 0 133 10 23 461 123 54
Binary 11001110 10011 10111110 0 1011011 1000 10011 100110001 1010011 101100

Color Harmonies of #CE13BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE13BE

Black with #CE13BE

Text Example


Text Example

White with #CE13BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE13BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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