Html Css Color HEX #CE05DF Deep Magenta

📋 copy color: '#CE05DF'

red 206 ◦ green 5 ◦ blue 223

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

Shades of Deep Magenta #CE05DF

Tints of Deep Magenta #CE05DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.15%

 BLUE value IS 223 (87.5% from 255) = 51.38%

R = 47.47%
G = 1.15%
B = 51.38%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE05DF (or 0xCE05DF) is known color: Deep Magenta. HEX triplet: CE, 05 and DF. RGB value is (206,5,223). Sum of RGB (Red+Green+Blue) = 206+5+223=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 5 (2.34% from 255 or 1.15% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE05DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE05DF is #31FA20. Grayscale: #595959. Windows color (decimal): -3275297 or 14616014. OLE color: 14616014.

HSL color Cylindrical-coordinate representation of color #CE05DF: hue angle of 295.32º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE05DF is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 5 223 -
CMYK 0.08 0.98 0 0.13
HSL 295.32º 0.96% 0.45% -
HSV(B) 295.32º 0.98% 0.87% -
XYZ 38.83 18.56 71.35 -
YUV 89.95 203.09 210.77 -
System Red Green Blue C M Y K H S L
Decimal 206 5 223 0.08 0.98 0 0.13 295.32 0.96 0.45
Hex CE 5 DF 8 62 0 D 127 60 2D
Octal 316 5 337 10 142 0 15 447 140 55
Binary 11001110 101 11011111 1000 1100010 0 1101 100100111 1100000 101101

Color Harmonies of #CE05DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE05DF

Black with #CE05DF

Text Example


Text Example

White with #CE05DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE05DF; }

 p { color: rgb(206,5,223); }

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

background-color css

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

 a { background-color: rgb(206,5,223); }

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

border-color css

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

 span { border-color: rgb(206,5,223); }

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