Html Css Color HEX #CE26CE Deep Magenta

📋 copy color: '#CE26CE'

red 206 ◦ green 38 ◦ blue 206

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

Shades of Deep Magenta #CE26CE

Tints of Deep Magenta #CE26CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 45.78%
G = 8.44%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE26CE (or 0xCE26CE) is known color: Deep Magenta. HEX triplet: CE, 26 and CE. RGB value is (206,38,206). Sum of RGB (Red+Green+Blue) = 206+38+206=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 38 (15.23% from 255 or 8.44% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE26CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26CE is #31D931. Grayscale: #6A6A6A. Windows color (decimal): -3266866 or 13510350. OLE color: 13510350.

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

Color convert

RGB 206 38 206 -
CMYK 0 0.82 0 0.19
HSL 300º 0.69% 0.48% -
HSV(B) 300º 0.82% 0.81% -
XYZ 37.29 18.96 60.09 -
YUV 107.38 183.66 198.34 -
System Red Green Blue C M Y K H S L
Decimal 206 38 206 0 0.82 0 0.19 300 0.69 0.48
Hex CE 26 CE 0 52 0 13 12C 45 30
Octal 316 46 316 0 122 0 23 454 105 60
Binary 11001110 100110 11001110 0 1010010 0 10011 100101100 1000101 110000

Color Harmonies of #CE26CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE26CE

Black with #CE26CE

Text Example


Text Example

White with #CE26CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE26CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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