Html Css Color HEX #CE1DC3 Deep Magenta

📋 copy color: '#CE1DC3'

red 206 ◦ green 29 ◦ blue 195

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

Shades of Deep Magenta #CE1DC3

Tints of Deep Magenta #CE1DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.35%

R = 47.91%
G = 6.74%
B = 45.35%

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

#CE1DC3 (or 0xCE1DC3) is known color: Deep Magenta. HEX triplet: CE, 1D and C3. RGB value is (206,29,195). Sum of RGB (Red+Green+Blue) = 206+29+195=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DC3 is #31E23C. Grayscale: #646464. Windows color (decimal): -3269181 or 12787150. OLE color: 12787150.

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

Color convert

RGB 206 29 195 -
CMYK 0 0.86 0.05 0.19
HSL 303.73º 0.75% 0.46% -
HSV(B) 303.73º 0.86% 0.81% -
XYZ 35.74 17.94 53.21 -
YUV 100.85 181.14 203 -
System Red Green Blue C M Y K H S L
Decimal 206 29 195 0 0.86 0.05 0.19 303.73 0.75 0.46
Hex CE 1D C3 0 56 5 13 130 4B 2E
Octal 316 35 303 0 126 5 23 460 113 56
Binary 11001110 11101 11000011 0 1010110 101 10011 100110000 1001011 101110

Color Harmonies of #CE1DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1DC3

Black with #CE1DC3

Text Example


Text Example

White with #CE1DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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