Html Css Color HEX #CE27B6 Deep Magenta

📋 copy color: '#CE27B6'

red 206 ◦ green 39 ◦ blue 182

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

Shades of Deep Magenta #CE27B6

Tints of Deep Magenta #CE27B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.62%

R = 48.24%
G = 9.13%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE27B6 (or 0xCE27B6) is known color: Deep Magenta. HEX triplet: CE, 27 and B6. RGB value is (206,39,182). Sum of RGB (Red+Green+Blue) = 206+39+182=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE27B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE27B6 is #31D849. Grayscale: #686868. Windows color (decimal): -3266634 or 11937742. OLE color: 11937742.

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

Color convert

RGB 206 39 182 -
CMYK 0 0.81 0.12 0.19
HSL 308.62º 0.68% 0.48% -
HSV(B) 308.62º 0.81% 0.81% -
XYZ 34.62 17.95 45.9 -
YUV 105.24 171.33 199.87 -
System Red Green Blue C M Y K H S L
Decimal 206 39 182 0 0.81 0.12 0.19 308.62 0.68 0.48
Hex CE 27 B6 0 51 C 13 135 44 30
Octal 316 47 266 0 121 14 23 465 104 60
Binary 11001110 100111 10110110 0 1010001 1100 10011 100110101 1000100 110000

Color Harmonies of #CE27B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE27B6

Black with #CE27B6

Text Example


Text Example

White with #CE27B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE27B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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