Html Css Color HEX #CE18CB Deep Magenta

📋 copy color: '#CE18CB'

red 206 ◦ green 24 ◦ blue 203

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

Shades of Deep Magenta #CE18CB

Tints of Deep Magenta #CE18CB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.54%

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

R = 47.58%
G = 5.54%
B = 46.88%

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

#CE18CB (or 0xCE18CB) is known color: Deep Magenta. HEX triplet: CE, 18 and CB. RGB value is (206,24,203). Sum of RGB (Red+Green+Blue) = 206+24+203=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE18CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE18CB is #31E734. Grayscale: #626262. Windows color (decimal): -3270453 or 13310158. OLE color: 13310158.

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

Color convert

RGB 206 24 203 -
CMYK 0 0.88 0.01 0.19
HSL 300.99º 0.79% 0.45% -
HSV(B) 300.99º 0.88% 0.81% -
XYZ 36.56 18.09 58.06 -
YUV 98.82 186.8 204.45 -
System Red Green Blue C M Y K H S L
Decimal 206 24 203 0 0.88 0.01 0.19 300.99 0.79 0.45
Hex CE 18 CB 0 58 1 13 12D 4F 2D
Octal 316 30 313 0 130 1 23 455 117 55
Binary 11001110 11000 11001011 0 1011000 1 10011 100101101 1001111 101101

Color Harmonies of #CE18CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE18CB

Black with #CE18CB

Text Example


Text Example

White with #CE18CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE18CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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