Html Css Color HEX #CE06E1 Deep Magenta

📋 copy color: '#CE06E1'

red 206 ◦ green 6 ◦ blue 225

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

Shades of Deep Magenta #CE06E1

Tints of Deep Magenta #CE06E1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.37%

 BLUE value IS 225 (88.28% from 255) = 51.49%

R = 47.14%
G = 1.37%
B = 51.49%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE06E1 (or 0xCE06E1) is known color: Deep Magenta. HEX triplet: CE, 06 and E1. RGB value is (206,6,225). Sum of RGB (Red+Green+Blue) = 206+6+225=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 6 (2.73% from 255 or 1.37% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE06E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06E1 is #31F91E. Grayscale: #5A5A5A. Windows color (decimal): -3275039 or 14747342. OLE color: 14747342.

HSL color Cylindrical-coordinate representation of color #CE06E1: hue angle of 294.79º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE06E1 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 6 225 -
CMYK 0.08 0.97 0 0.12
HSL 294.79º 0.95% 0.45% -
HSV(B) 294.79º 0.97% 0.88% -
XYZ 39.11 18.69 72.78 -
YUV 90.77 203.76 210.19 -
System Red Green Blue C M Y K H S L
Decimal 206 6 225 0.08 0.97 0 0.12 294.79 0.95 0.45
Hex CE 6 E1 8 61 0 C 127 5F 2D
Octal 316 6 341 10 141 0 14 447 137 55
Binary 11001110 110 11100001 1000 1100001 0 1100 100100111 1011111 101101

Color Harmonies of #CE06E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE06E1

Black with #CE06E1

Text Example


Text Example

White with #CE06E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE06E1; }

 p { color: rgb(206,6,225); }

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

background-color css

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

 a { background-color: rgb(206,6,225); }

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

border-color css

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

 span { border-color: rgb(206,6,225); }

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