Html Css Color HEX #CE1CD5 Deep Magenta

📋 copy color: '#CE1CD5'

red 206 ◦ green 28 ◦ blue 213

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

Shades of Deep Magenta #CE1CD5

Tints of Deep Magenta #CE1CD5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.26%

 BLUE value IS 213 (83.59% from 255) = 47.65%

R = 46.09%
G = 6.26%
B = 47.65%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE1CD5 (or 0xCE1CD5) is known color: Deep Magenta. HEX triplet: CE, 1C and D5. RGB value is (206,28,213). Sum of RGB (Red+Green+Blue) = 206+28+213=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 213 (83.59% from 255 or 47.65% from 447); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE1CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CD5 is #31E32A. Grayscale: #656565. Windows color (decimal): -3269419 or 13966542. OLE color: 13966542.

HSL color Cylindrical-coordinate representation of color #CE1CD5: hue angle of 297.73º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1CD5 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 28 213 -
CMYK 0.03 0.87 0 0.16
HSL 297.73º 0.77% 0.47% -
HSV(B) 297.73º 0.87% 0.84% -
XYZ 37.88 18.76 64.57 -
YUV 102.31 190.47 201.96 -
System Red Green Blue C M Y K H S L
Decimal 206 28 213 0.03 0.87 0 0.16 297.73 0.77 0.47
Hex CE 1C D5 3 57 0 10 12A 4D 2F
Octal 316 34 325 3 127 0 20 452 115 57
Binary 11001110 11100 11010101 11 1010111 0 10000 100101010 1001101 101111

Color Harmonies of #CE1CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1CD5

Black with #CE1CD5

Text Example


Text Example

White with #CE1CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1CD5; }

 p { color: rgb(206,28,213); }

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

background-color css

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

 a { background-color: rgb(206,28,213); }

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

border-color css

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

 span { border-color: rgb(206,28,213); }

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