Html Css Color HEX #CE1DC4 Deep Magenta

📋 copy color: '#CE1DC4'

red 206 ◦ green 29 ◦ blue 196

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

Shades of Deep Magenta #CE1DC4

Tints of Deep Magenta #CE1DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.48%

R = 47.8%
G = 6.73%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE1DC4 (or 0xCE1DC4) is known color: Deep Magenta. HEX triplet: CE, 1D and C4. RGB value is (206,29,196). Sum of RGB (Red+Green+Blue) = 206+29+196=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DC4 is #31E23B. Grayscale: #646464. Windows color (decimal): -3269180 or 12852686. OLE color: 12852686.

HSL color Cylindrical-coordinate representation of color #CE1DC4: hue angle of 303.39º 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 #CE1DC4 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 29 196 -
CMYK 0 0.86 0.05 0.19
HSL 303.39º 0.75% 0.46% -
HSV(B) 303.39º 0.86% 0.81% -
XYZ 35.86 17.99 53.81 -
YUV 100.96 181.64 202.92 -
System Red Green Blue C M Y K H S L
Decimal 206 29 196 0 0.86 0.05 0.19 303.39 0.75 0.46
Hex CE 1D C4 0 56 5 13 12F 4B 2E
Octal 316 35 304 0 126 5 23 457 113 56
Binary 11001110 11101 11000100 0 1010110 101 10011 100101111 1001011 101110

Color Harmonies of #CE1DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1DC4

Black with #CE1DC4

Text Example


Text Example

White with #CE1DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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