Html Css Color HEX #CE26D1 Deep Magenta

📋 copy color: '#CE26D1'

red 206 ◦ green 38 ◦ blue 209

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

Shades of Deep Magenta #CE26D1

Tints of Deep Magenta #CE26D1

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.39%

 BLUE value IS 209 (82.03% from 255) = 46.14%

R = 45.47%
G = 8.39%
B = 46.14%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE26D1 (or 0xCE26D1) is known color: Deep Magenta. HEX triplet: CE, 26 and D1. RGB value is (206,38,209). Sum of RGB (Red+Green+Blue) = 206+38+209=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE26D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26D1 is #31D92E. Grayscale: #6B6B6B. Windows color (decimal): -3266863 or 13706958. OLE color: 13706958.

HSL color Cylindrical-coordinate representation of color #CE26D1: hue angle of 298.95º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE26D1 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 38 209 -
CMYK 0.01 0.82 0 0.18
HSL 298.95º 0.69% 0.48% -
HSV(B) 298.95º 0.82% 0.82% -
XYZ 37.66 19.11 62.03 -
YUV 107.73 185.16 198.1 -
System Red Green Blue C M Y K H S L
Decimal 206 38 209 0.01 0.82 0 0.18 298.95 0.69 0.48
Hex CE 26 D1 1 52 0 12 12B 45 30
Octal 316 46 321 1 122 0 22 453 105 60
Binary 11001110 100110 11010001 1 1010010 0 10010 100101011 1000101 110000

Color Harmonies of #CE26D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE26D1

Black with #CE26D1

Text Example


Text Example

White with #CE26D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE26D1; }

 p { color: rgb(206,38,209); }

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

background-color css

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

 a { background-color: rgb(206,38,209); }

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

border-color css

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

 span { border-color: rgb(206,38,209); }

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