Html Css Color HEX #CE1FDA Deep Magenta

📋 copy color: '#CE1FDA'

red 206 ◦ green 31 ◦ blue 218

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

Shades of Deep Magenta #CE1FDA

Tints of Deep Magenta #CE1FDA

RGB

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

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

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

R = 45.27%
G = 6.81%
B = 47.91%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE1FDA (or 0xCE1FDA) is known color: Deep Magenta. HEX triplet: CE, 1F and DA. RGB value is (206,31,218). Sum of RGB (Red+Green+Blue) = 206+31+218=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 31 (12.5% from 255 or 6.81% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE1FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FDA is #31E025. Grayscale: #686868. Windows color (decimal): -3268646 or 14294990. OLE color: 14294990.

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

Color convert

RGB 206 31 218 -
CMYK 0.06 0.86 0 0.15
HSL 296.15º 0.75% 0.49% -
HSV(B) 296.15º 0.86% 0.85% -
XYZ 38.6 19.16 67.99 -
YUV 104.64 191.98 200.29 -
System Red Green Blue C M Y K H S L
Decimal 206 31 218 0.06 0.86 0 0.15 296.15 0.75 0.49
Hex CE 1F DA 6 56 0 F 128 4B 31
Octal 316 37 332 6 126 0 17 450 113 61
Binary 11001110 11111 11011010 110 1010110 0 1111 100101000 1001011 110001

Color Harmonies of #CE1FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1FDA

Black with #CE1FDA

Text Example


Text Example

White with #CE1FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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