Html Css Color HEX #CE15BD Deep Magenta

📋 copy color: '#CE15BD'

red 206 ◦ green 21 ◦ blue 189

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

Shades of Deep Magenta #CE15BD

Tints of Deep Magenta #CE15BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.43%

R = 49.52%
G = 5.05%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE15BD (or 0xCE15BD) is known color: Deep Magenta. HEX triplet: CE, 15 and BD. RGB value is (206,21,189). Sum of RGB (Red+Green+Blue) = 206+21+189=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE15BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE15BD is #31EA42. Grayscale: #5E5E5E. Windows color (decimal): -3271235 or 12391886. OLE color: 12391886.

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

Color convert

RGB 206 21 189 -
CMYK 0 0.90 0.08 0.19
HSL 305.51º 0.81% 0.45% -
HSV(B) 305.51º 0.9% 0.81% -
XYZ 34.91 17.33 49.65 -
YUV 95.47 180.79 206.84 -
System Red Green Blue C M Y K H S L
Decimal 206 21 189 0 0.90 0.08 0.19 305.51 0.81 0.45
Hex CE 15 BD 0 5A 8 13 132 51 2D
Octal 316 25 275 0 132 10 23 462 121 55
Binary 11001110 10101 10111101 0 1011010 1000 10011 100110010 1010001 101101

Color Harmonies of #CE15BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE15BD

Black with #CE15BD

Text Example


Text Example

White with #CE15BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE15BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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