Html Css Color HEX #CE1DC5 Deep Magenta

📋 copy color: '#CE1DC5'

red 206 ◦ green 29 ◦ blue 197

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

Shades of Deep Magenta #CE1DC5

Tints of Deep Magenta #CE1DC5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.71%

 BLUE value IS 197 (77.34% from 255) = 45.6%

R = 47.69%
G = 6.71%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE1DC5 (or 0xCE1DC5) is known color: Deep Magenta. HEX triplet: CE, 1D and C5. RGB value is (206,29,197). Sum of RGB (Red+Green+Blue) = 206+29+197=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DC5 is #31E23A. Grayscale: #646464. Windows color (decimal): -3269179 or 12918222. OLE color: 12918222.

HSL color Cylindrical-coordinate representation of color #CE1DC5: hue angle of 303.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1DC5 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 29 197 -
CMYK 0 0.86 0.04 0.19
HSL 303.05º 0.75% 0.46% -
HSV(B) 303.05º 0.86% 0.81% -
XYZ 35.97 18.03 54.41 -
YUV 101.08 182.14 202.84 -
System Red Green Blue C M Y K H S L
Decimal 206 29 197 0 0.86 0.04 0.19 303.05 0.75 0.46
Hex CE 1D C5 0 56 4 13 12F 4B 2E
Octal 316 35 305 0 126 4 23 457 113 56
Binary 11001110 11101 11000101 0 1010110 100 10011 100101111 1001011 101110

Color Harmonies of #CE1DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1DC5

Black with #CE1DC5

Text Example


Text Example

White with #CE1DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1DC5; }

 p { color: rgb(206,29,197); }

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

background-color css

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

 a { background-color: rgb(206,29,197); }

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

border-color css

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

 span { border-color: rgb(206,29,197); }

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