Html Css Color HEX #CE27BD Deep Magenta

📋 copy color: '#CE27BD'

red 206 ◦ green 39 ◦ blue 189

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

Shades of Deep Magenta #CE27BD

Tints of Deep Magenta #CE27BD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.99%

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

R = 47.47%
G = 8.99%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE27BD (or 0xCE27BD) is known color: Deep Magenta. HEX triplet: CE, 27 and BD. RGB value is (206,39,189). Sum of RGB (Red+Green+Blue) = 206+39+189=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE27BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE27BD is #31D842. Grayscale: #696969. Windows color (decimal): -3266627 or 12396494. OLE color: 12396494.

HSL color Cylindrical-coordinate representation of color #CE27BD: hue angle of 306.11º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE27BD is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 39 189 -
CMYK 0 0.81 0.08 0.19
HSL 306.11º 0.68% 0.48% -
HSV(B) 306.11º 0.81% 0.81% -
XYZ 35.36 18.25 49.8 -
YUV 106.03 174.83 199.3 -
System Red Green Blue C M Y K H S L
Decimal 206 39 189 0 0.81 0.08 0.19 306.11 0.68 0.48
Hex CE 27 BD 0 51 8 13 132 44 30
Octal 316 47 275 0 121 10 23 462 104 60
Binary 11001110 100111 10111101 0 1010001 1000 10011 100110010 1000100 110000

Color Harmonies of #CE27BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE27BD

Black with #CE27BD

Text Example


Text Example

White with #CE27BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE27BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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