Html Css Color HEX #CE05D6 Deep Magenta

📋 copy color: '#CE05D6'

red 206 ◦ green 5 ◦ blue 214

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

Shades of Deep Magenta #CE05D6

Tints of Deep Magenta #CE05D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.35%

R = 48.47%
G = 1.18%
B = 50.35%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE05D6 (or 0xCE05D6) is known color: Deep Magenta. HEX triplet: CE, 05 and D6. RGB value is (206,5,214). Sum of RGB (Red+Green+Blue) = 206+5+214=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE05D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE05D6 is #31FA29. Grayscale: #585858. Windows color (decimal): -3275306 or 14026190. OLE color: 14026190.

HSL color Cylindrical-coordinate representation of color #CE05D6: hue angle of 297.7º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE05D6 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 5 214 -
CMYK 0.04 0.98 0 0.16
HSL 297.7º 0.95% 0.43% -
HSV(B) 297.7º 0.98% 0.84% -
XYZ 37.65 18.09 65.13 -
YUV 88.93 198.59 211.51 -
System Red Green Blue C M Y K H S L
Decimal 206 5 214 0.04 0.98 0 0.16 297.7 0.95 0.43
Hex CE 5 D6 4 62 0 10 12A 5F 2B
Octal 316 5 326 4 142 0 20 452 137 53
Binary 11001110 101 11010110 100 1100010 0 10000 100101010 1011111 101011

Color Harmonies of #CE05D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE05D6

Black with #CE05D6

Text Example


Text Example

White with #CE05D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE05D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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