Html Css Color HEX #CE13BA Deep Magenta

📋 copy color: '#CE13BA'

red 206 ◦ green 19 ◦ blue 186

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

Shades of Deep Magenta #CE13BA

Tints of Deep Magenta #CE13BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 50.12%
G = 4.62%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE13BA (or 0xCE13BA) is known color: Deep Magenta. HEX triplet: CE, 13 and BA. RGB value is (206,19,186). Sum of RGB (Red+Green+Blue) = 206+19+186=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE13BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE13BA is #31EC45. Grayscale: #5D5D5D. Windows color (decimal): -3271750 or 12194766. OLE color: 12194766.

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

Color convert

RGB 206 19 186 -
CMYK 0 0.91 0.10 0.19
HSL 306.42º 0.83% 0.44% -
HSV(B) 306.42º 0.91% 0.81% -
XYZ 34.55 17.13 47.94 -
YUV 93.95 179.95 207.92 -
System Red Green Blue C M Y K H S L
Decimal 206 19 186 0 0.91 0.10 0.19 306.42 0.83 0.44
Hex CE 13 BA 0 5B A 13 132 53 2C
Octal 316 23 272 0 133 12 23 462 123 54
Binary 11001110 10011 10111010 0 1011011 1010 10011 100110010 1010011 101100

Color Harmonies of #CE13BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE13BA

Black with #CE13BA

Text Example


Text Example

White with #CE13BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE13BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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