Html Css Color HEX #CE15CB Deep Magenta

📋 copy color: '#CE15CB'

red 206 ◦ green 21 ◦ blue 203

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

Shades of Deep Magenta #CE15CB

Tints of Deep Magenta #CE15CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.88%

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

R = 47.91%
G = 4.88%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE15CB (or 0xCE15CB) is known color: Deep Magenta. HEX triplet: CE, 15 and CB. RGB value is (206,21,203). Sum of RGB (Red+Green+Blue) = 206+21+203=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE15CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE15CB is #31EA34. Grayscale: #606060. Windows color (decimal): -3271221 or 13309390. OLE color: 13309390.

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

Color convert

RGB 206 21 203 -
CMYK 0 0.90 0.01 0.19
HSL 300.97º 0.81% 0.45% -
HSV(B) 300.97º 0.9% 0.81% -
XYZ 36.5 17.97 58.04 -
YUV 97.06 187.79 205.7 -
System Red Green Blue C M Y K H S L
Decimal 206 21 203 0 0.90 0.01 0.19 300.97 0.81 0.45
Hex CE 15 CB 0 5A 1 13 12D 51 2D
Octal 316 25 313 0 132 1 23 455 121 55
Binary 11001110 10101 11001011 0 1011010 1 10011 100101101 1010001 101101

Color Harmonies of #CE15CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE15CB

Black with #CE15CB

Text Example


Text Example

White with #CE15CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE15CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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