Html Css Color HEX #CE26BB Deep Magenta

📋 copy color: '#CE26BB'

red 206 ◦ green 38 ◦ blue 187

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

Shades of Deep Magenta #CE26BB

Tints of Deep Magenta #CE26BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 47.8%
G = 8.82%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE26BB (or 0xCE26BB) is known color: Deep Magenta. HEX triplet: CE, 26 and BB. RGB value is (206,38,187). Sum of RGB (Red+Green+Blue) = 206+38+187=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE26BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26BB is #31D944. Grayscale: #686868. Windows color (decimal): -3266885 or 12265166. OLE color: 12265166.

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

Color convert

RGB 206 38 187 -
CMYK 0 0.82 0.09 0.19
HSL 306.79º 0.69% 0.48% -
HSV(B) 306.79º 0.82% 0.81% -
XYZ 35.12 18.1 48.66 -
YUV 105.22 174.16 199.88 -
System Red Green Blue C M Y K H S L
Decimal 206 38 187 0 0.82 0.09 0.19 306.79 0.69 0.48
Hex CE 26 BB 0 52 9 13 133 45 30
Octal 316 46 273 0 122 11 23 463 105 60
Binary 11001110 100110 10111011 0 1010010 1001 10011 100110011 1000101 110000

Color Harmonies of #CE26BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE26BB

Black with #CE26BB

Text Example


Text Example

White with #CE26BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE26BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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