Html Css Color HEX #CE27B2 Deep Magenta

📋 copy color: '#CE27B2'

red 206 ◦ green 39 ◦ blue 178

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

Shades of Deep Magenta #CE27B2

Tints of Deep Magenta #CE27B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.08%

R = 48.7%
G = 9.22%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE27B2 (or 0xCE27B2) is known color: Deep Magenta. HEX triplet: CE, 27 and B2. RGB value is (206,39,178). Sum of RGB (Red+Green+Blue) = 206+39+178=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE27B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE27B2 is #31D84D. Grayscale: #686868. Windows color (decimal): -3266638 or 11675598. OLE color: 11675598.

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

Color convert

RGB 206 39 178 -
CMYK 0 0.81 0.14 0.19
HSL 310.06º 0.68% 0.48% -
HSV(B) 310.06º 0.81% 0.81% -
XYZ 34.22 17.79 43.75 -
YUV 104.78 169.33 200.2 -
System Red Green Blue C M Y K H S L
Decimal 206 39 178 0 0.81 0.14 0.19 310.06 0.68 0.48
Hex CE 27 B2 0 51 E 13 136 44 30
Octal 316 47 262 0 121 16 23 466 104 60
Binary 11001110 100111 10110010 0 1010001 1110 10011 100110110 1000100 110000

Color Harmonies of #CE27B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE27B2

Black with #CE27B2

Text Example


Text Example

White with #CE27B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE27B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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