Html Css Color HEX #CE02DF Deep Magenta

📋 copy color: '#CE02DF'

red 206 ◦ green 2 ◦ blue 223

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

Shades of Deep Magenta #CE02DF

Tints of Deep Magenta #CE02DF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 47.8%
G = 0.46%
B = 51.74%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE02DF (or 0xCE02DF) is known color: Deep Magenta. HEX triplet: CE, 02 and DF. RGB value is (206,2,223). Sum of RGB (Red+Green+Blue) = 206+2+223=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE02DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02DF is #31FD20. Grayscale: #575757. Windows color (decimal): -3276065 or 14615246. OLE color: 14615246.

HSL color Cylindrical-coordinate representation of color #CE02DF: hue angle of 295.38º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02DF is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 2 223 -
CMYK 0.08 0.99 0 0.13
HSL 295.38º 0.98% 0.44% -
HSV(B) 295.38º 0.99% 0.87% -
XYZ 38.79 18.49 71.34 -
YUV 88.19 204.09 212.03 -
System Red Green Blue C M Y K H S L
Decimal 206 2 223 0.08 0.99 0 0.13 295.38 0.98 0.44
Hex CE 2 DF 8 63 0 D 127 62 2C
Octal 316 2 337 10 143 0 15 447 142 54
Binary 11001110 10 11011111 1000 1100011 0 1101 100100111 1100010 101100

Color Harmonies of #CE02DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE02DF

Black with #CE02DF

Text Example


Text Example

White with #CE02DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE02DF; }

 p { color: rgb(206,2,223); }

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

background-color css

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

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

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

border-color css

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

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

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