Html Css Color HEX #CE27CB Deep Magenta

📋 copy color: '#CE27CB'

red 206 ◦ green 39 ◦ blue 203

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

Shades of Deep Magenta #CE27CB

Tints of Deep Magenta #CE27CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 45.98%
G = 8.71%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE27CB (or 0xCE27CB) is known color: Deep Magenta. HEX triplet: CE, 27 and CB. RGB value is (206,39,203). Sum of RGB (Red+Green+Blue) = 206+39+203=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE27CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE27CB is #31D834. Grayscale: #6B6B6B. Windows color (decimal): -3266613 or 13313998. OLE color: 13313998.

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

Color convert

RGB 206 39 203 -
CMYK 0 0.81 0.01 0.19
HSL 301.08º 0.68% 0.48% -
HSV(B) 301.08º 0.81% 0.81% -
XYZ 36.96 18.88 58.2 -
YUV 107.63 181.83 198.16 -
System Red Green Blue C M Y K H S L
Decimal 206 39 203 0 0.81 0.01 0.19 301.08 0.68 0.48
Hex CE 27 CB 0 51 1 13 12D 44 30
Octal 316 47 313 0 121 1 23 455 104 60
Binary 11001110 100111 11001011 0 1010001 1 10011 100101101 1000100 110000

Color Harmonies of #CE27CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE27CB

Black with #CE27CB

Text Example


Text Example

White with #CE27CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE27CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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