Html Css Color HEX #CE25DC Deep Magenta

📋 copy color: '#CE25DC'

red 206 ◦ green 37 ◦ blue 220

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

Shades of Deep Magenta #CE25DC

Tints of Deep Magenta #CE25DC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.99%

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 44.49%
G = 7.99%
B = 47.52%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE25DC (or 0xCE25DC) is known color: Deep Magenta. HEX triplet: CE, 25 and DC. RGB value is (206,37,220). Sum of RGB (Red+Green+Blue) = 206+37+220=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 37 (14.84% from 255 or 7.99% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE25DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25DC is #31DA23. Grayscale: #6B6B6B. Windows color (decimal): -3267108 or 14427598. OLE color: 14427598.

HSL color Cylindrical-coordinate representation of color #CE25DC: hue angle of 295.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE25DC is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 37 220 -
CMYK 0.06 0.83 0 0.14
HSL 295.41º 0.72% 0.5% -
HSV(B) 295.41º 0.83% 0.86% -
XYZ 39.03 19.61 69.44 -
YUV 108.39 190.99 197.62 -
System Red Green Blue C M Y K H S L
Decimal 206 37 220 0.06 0.83 0 0.14 295.41 0.72 0.5
Hex CE 25 DC 6 53 0 E 127 48 32
Octal 316 45 334 6 123 0 16 447 110 62
Binary 11001110 100101 11011100 110 1010011 0 1110 100100111 1001000 110010

Color Harmonies of #CE25DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25DC

Black with #CE25DC

Text Example


Text Example

White with #CE25DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25DC; }

 p { color: rgb(206,37,220); }

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

background-color css

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

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

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

border-color css

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

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

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