Html Css Color HEX #CE19B9 Deep Magenta

📋 copy color: '#CE19B9'

red 206 ◦ green 25 ◦ blue 185

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

Shades of Deep Magenta #CE19B9

Tints of Deep Magenta #CE19B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.47%

R = 49.52%
G = 6.01%
B = 44.47%

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

#CE19B9 (or 0xCE19B9) is known color: Deep Magenta. HEX triplet: CE, 19 and B9. RGB value is (206,25,185). Sum of RGB (Red+Green+Blue) = 206+25+185=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE19B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE19B9 is #31E646. Grayscale: #606060. Windows color (decimal): -3270215 or 12130766. OLE color: 12130766.

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

Color convert

RGB 206 25 185 -
CMYK 0 0.88 0.10 0.19
HSL 306.96º 0.78% 0.45% -
HSV(B) 306.96º 0.88% 0.81% -
XYZ 34.56 17.32 47.42 -
YUV 97.36 177.47 205.49 -
System Red Green Blue C M Y K H S L
Decimal 206 25 185 0 0.88 0.10 0.19 306.96 0.78 0.45
Hex CE 19 B9 0 58 A 13 133 4E 2D
Octal 316 31 271 0 130 12 23 463 116 55
Binary 11001110 11001 10111001 0 1011000 1010 10011 100110011 1001110 101101

Color Harmonies of #CE19B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE19B9

Black with #CE19B9

Text Example


Text Example

White with #CE19B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE19B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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