Html Css Color HEX #CE19CB Deep Magenta

📋 copy color: '#CE19CB'

red 206 ◦ green 25 ◦ blue 203

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

Shades of Deep Magenta #CE19CB

Tints of Deep Magenta #CE19CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 47.47%
G = 5.76%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE19CB (or 0xCE19CB) is known color: Deep Magenta. HEX triplet: CE, 19 and CB. RGB value is (206,25,203). Sum of RGB (Red+Green+Blue) = 206+25+203=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE19CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE19CB is #31E634. Grayscale: #626262. Windows color (decimal): -3270197 or 13310414. OLE color: 13310414.

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

Color convert

RGB 206 25 203 -
CMYK 0 0.88 0.01 0.19
HSL 300.99º 0.78% 0.45% -
HSV(B) 300.99º 0.88% 0.81% -
XYZ 36.58 18.13 58.07 -
YUV 99.41 186.47 204.03 -
System Red Green Blue C M Y K H S L
Decimal 206 25 203 0 0.88 0.01 0.19 300.99 0.78 0.45
Hex CE 19 CB 0 58 1 13 12D 4E 2D
Octal 316 31 313 0 130 1 23 455 116 55
Binary 11001110 11001 11001011 0 1011000 1 10011 100101101 1001110 101101

Color Harmonies of #CE19CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE19CB

Black with #CE19CB

Text Example


Text Example

White with #CE19CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE19CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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