Html Css Color HEX #CE27BF Deep Magenta

📋 copy color: '#CE27BF'

red 206 ◦ green 39 ◦ blue 191

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

Shades of Deep Magenta #CE27BF

Tints of Deep Magenta #CE27BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.81%

R = 47.25%
G = 8.94%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE27BF (or 0xCE27BF) is known color: Deep Magenta. HEX triplet: CE, 27 and BF. RGB value is (206,39,191). Sum of RGB (Red+Green+Blue) = 206+39+191=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE27BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE27BF is #31D840. Grayscale: #696969. Windows color (decimal): -3266625 or 12527566. OLE color: 12527566.

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

Color convert

RGB 206 39 191 -
CMYK 0 0.81 0.07 0.19
HSL 305.39º 0.68% 0.48% -
HSV(B) 305.39º 0.81% 0.81% -
XYZ 35.58 18.33 50.95 -
YUV 106.26 175.83 199.14 -
System Red Green Blue C M Y K H S L
Decimal 206 39 191 0 0.81 0.07 0.19 305.39 0.68 0.48
Hex CE 27 BF 0 51 7 13 131 44 30
Octal 316 47 277 0 121 7 23 461 104 60
Binary 11001110 100111 10111111 0 1010001 111 10011 100110001 1000100 110000

Color Harmonies of #CE27BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE27BF

Black with #CE27BF

Text Example


Text Example

White with #CE27BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE27BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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