Html Css Color HEX #CE27DA Deep Magenta

📋 copy color: '#CE27DA'

red 206 ◦ green 39 ◦ blue 218

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

Shades of Deep Magenta #CE27DA

Tints of Deep Magenta #CE27DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 44.49%
G = 8.42%
B = 47.08%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE27DA (or 0xCE27DA) is known color: Deep Magenta. HEX triplet: CE, 27 and DA. RGB value is (206,39,218). Sum of RGB (Red+Green+Blue) = 206+39+218=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 39 (15.62% from 255 or 8.42% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE27DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE27DA is #31D825. Grayscale: #6C6C6C. Windows color (decimal): -3266598 or 14297038. OLE color: 14297038.

HSL color Cylindrical-coordinate representation of color #CE27DA: hue angle of 295.98º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE27DA is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 39 218 -
CMYK 0.06 0.82 0 0.15
HSL 295.98º 0.71% 0.5% -
HSV(B) 295.98º 0.82% 0.85% -
XYZ 38.83 19.63 68.07 -
YUV 109.34 189.33 196.95 -
System Red Green Blue C M Y K H S L
Decimal 206 39 218 0.06 0.82 0 0.15 295.98 0.71 0.5
Hex CE 27 DA 6 52 0 F 128 47 32
Octal 316 47 332 6 122 0 17 450 107 62
Binary 11001110 100111 11011010 110 1010010 0 1111 100101000 1000111 110010

Color Harmonies of #CE27DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE27DA

Black with #CE27DA

Text Example


Text Example

White with #CE27DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE27DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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