Html Css Color HEX #CE19BA Deep Magenta

📋 copy color: '#CE19BA'

red 206 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #CE19BA

Tints of Deep Magenta #CE19BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6%

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

R = 49.4%
G = 6%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE19BA (or 0xCE19BA) is known color: Deep Magenta. HEX triplet: CE, 19 and BA. RGB value is (206,25,186). Sum of RGB (Red+Green+Blue) = 206+25+186=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE19BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE19BA is #31E645. Grayscale: #616161. Windows color (decimal): -3270214 or 12196302. OLE color: 12196302.

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

Color convert

RGB 206 25 186 -
CMYK 0 0.88 0.10 0.19
HSL 306.63º 0.78% 0.45% -
HSV(B) 306.63º 0.88% 0.81% -
XYZ 34.66 17.36 47.98 -
YUV 97.47 177.97 205.41 -
System Red Green Blue C M Y K H S L
Decimal 206 25 186 0 0.88 0.10 0.19 306.63 0.78 0.45
Hex CE 19 BA 0 58 A 13 133 4E 2D
Octal 316 31 272 0 130 12 23 463 116 55
Binary 11001110 11001 10111010 0 1011000 1010 10011 100110011 1001110 101101

Color Harmonies of #CE19BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE19BA

Black with #CE19BA

Text Example


Text Example

White with #CE19BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE19BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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