Html Css Color HEX #CE27B9 Deep Magenta

📋 copy color: '#CE27B9'

red 206 ◦ green 39 ◦ blue 185

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

Shades of Deep Magenta #CE27B9

Tints of Deep Magenta #CE27B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.02%

R = 47.91%
G = 9.07%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE27B9 (or 0xCE27B9) is known color: Deep Magenta. HEX triplet: CE, 27 and B9. RGB value is (206,39,185). Sum of RGB (Red+Green+Blue) = 206+39+185=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE27B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE27B9 is #31D846. Grayscale: #696969. Windows color (decimal): -3266631 or 12134350. OLE color: 12134350.

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

Color convert

RGB 206 39 185 -
CMYK 0 0.81 0.10 0.19
HSL 307.54º 0.68% 0.48% -
HSV(B) 307.54º 0.81% 0.81% -
XYZ 34.94 18.08 47.55 -
YUV 105.58 172.83 199.63 -
System Red Green Blue C M Y K H S L
Decimal 206 39 185 0 0.81 0.10 0.19 307.54 0.68 0.48
Hex CE 27 B9 0 51 A 13 134 44 30
Octal 316 47 271 0 121 12 23 464 104 60
Binary 11001110 100111 10111001 0 1010001 1010 10011 100110100 1000100 110000

Color Harmonies of #CE27B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE27B9

Black with #CE27B9

Text Example


Text Example

White with #CE27B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE27B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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