Html Css Color HEX #CE25DD Deep Magenta

📋 copy color: '#CE25DD'

red 206 ◦ green 37 ◦ blue 221

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

Shades of Deep Magenta #CE25DD

Tints of Deep Magenta #CE25DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 44.4%
G = 7.97%
B = 47.63%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE25DD (or 0xCE25DD) is known color: Deep Magenta. HEX triplet: CE, 25 and DD. RGB value is (206,37,221). Sum of RGB (Red+Green+Blue) = 206+37+221=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE25DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25DD is #31DA22. Grayscale: #6B6B6B. Windows color (decimal): -3267107 or 14493134. OLE color: 14493134.

HSL color Cylindrical-coordinate representation of color #CE25DD: hue angle of 295.11º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE25DD is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 37 221 -
CMYK 0.07 0.83 0 0.13
HSL 295.11º 0.73% 0.51% -
HSV(B) 295.11º 0.83% 0.87% -
XYZ 39.17 19.67 70.14 -
YUV 108.51 191.49 197.54 -
System Red Green Blue C M Y K H S L
Decimal 206 37 221 0.07 0.83 0 0.13 295.11 0.73 0.51
Hex CE 25 DD 7 53 0 D 127 49 33
Octal 316 45 335 7 123 0 15 447 111 63
Binary 11001110 100101 11011101 111 1010011 0 1101 100100111 1001001 110011

Color Harmonies of #CE25DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25DD

Black with #CE25DD

Text Example


Text Example

White with #CE25DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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