Html Css Color HEX #CE1FDC Deep Magenta

📋 copy color: '#CE1FDC'

red 206 ◦ green 31 ◦ blue 220

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

Shades of Deep Magenta #CE1FDC

Tints of Deep Magenta #CE1FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.78%

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 45.08%
G = 6.78%
B = 48.14%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE1FDC (or 0xCE1FDC) is known color: Deep Magenta. HEX triplet: CE, 1F and DC. RGB value is (206,31,220). Sum of RGB (Red+Green+Blue) = 206+31+220=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 31 (12.5% from 255 or 6.78% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE1FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FDC is #31E023. Grayscale: #686868. Windows color (decimal): -3268644 or 14426062. OLE color: 14426062.

HSL color Cylindrical-coordinate representation of color #CE1FDC: hue angle of 295.56º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1FDC is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 31 220 -
CMYK 0.06 0.86 0 0.14
HSL 295.56º 0.75% 0.49% -
HSV(B) 295.56º 0.86% 0.86% -
XYZ 38.86 19.27 69.38 -
YUV 104.87 192.98 200.13 -
System Red Green Blue C M Y K H S L
Decimal 206 31 220 0.06 0.86 0 0.14 295.56 0.75 0.49
Hex CE 1F DC 6 56 0 E 128 4B 31
Octal 316 37 334 6 126 0 16 450 113 61
Binary 11001110 11111 11011100 110 1010110 0 1110 100101000 1001011 110001

Color Harmonies of #CE1FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1FDC

Black with #CE1FDC

Text Example


Text Example

White with #CE1FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1FDC; }

 p { color: rgb(206,31,220); }

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

background-color css

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

 a { background-color: rgb(206,31,220); }

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

border-color css

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

 span { border-color: rgb(206,31,220); }

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