Html Css Color HEX #CE27B5 Deep Magenta

📋 copy color: '#CE27B5'

red 206 ◦ green 39 ◦ blue 181

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

Shades of Deep Magenta #CE27B5

Tints of Deep Magenta #CE27B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.49%

R = 48.36%
G = 9.15%
B = 42.49%

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

#CE27B5 (or 0xCE27B5) is known color: Deep Magenta. HEX triplet: CE, 27 and B5. RGB value is (206,39,181). Sum of RGB (Red+Green+Blue) = 206+39+181=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE27B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE27B5 is #31D84A. Grayscale: #686868. Windows color (decimal): -3266635 or 11872206. OLE color: 11872206.

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

Color convert

RGB 206 39 181 -
CMYK 0 0.81 0.12 0.19
HSL 308.98º 0.68% 0.48% -
HSV(B) 308.98º 0.81% 0.81% -
XYZ 34.52 17.91 45.35 -
YUV 105.12 170.83 199.95 -
System Red Green Blue C M Y K H S L
Decimal 206 39 181 0 0.81 0.12 0.19 308.98 0.68 0.48
Hex CE 27 B5 0 51 C 13 135 44 30
Octal 316 47 265 0 121 14 23 465 104 60
Binary 11001110 100111 10110101 0 1010001 1100 10011 100110101 1000100 110000

Color Harmonies of #CE27B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE27B5

Black with #CE27B5

Text Example


Text Example

White with #CE27B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE27B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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