Html Css Color HEX #CE02D8 Deep Magenta

📋 copy color: '#CE02D8'

red 206 ◦ green 2 ◦ blue 216

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

Shades of Deep Magenta #CE02D8

Tints of Deep Magenta #CE02D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.94%

R = 48.58%
G = 0.47%
B = 50.94%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE02D8 (or 0xCE02D8) is known color: Deep Magenta. HEX triplet: CE, 02 and D8. RGB value is (206,2,216). Sum of RGB (Red+Green+Blue) = 206+2+216=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 216 (84.77% from 255 or 50.94% from 424); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE02D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02D8 is #31FD27. Grayscale: #565656. Windows color (decimal): -3276072 or 14156494. OLE color: 14156494.

HSL color Cylindrical-coordinate representation of color #CE02D8: hue angle of 297.2º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02D8 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 2 216 -
CMYK 0.05 0.99 0 0.15
HSL 297.2º 0.98% 0.43% -
HSV(B) 297.2º 0.99% 0.85% -
XYZ 37.87 18.12 66.47 -
YUV 87.39 200.59 212.6 -
System Red Green Blue C M Y K H S L
Decimal 206 2 216 0.05 0.99 0 0.15 297.2 0.98 0.43
Hex CE 2 D8 5 63 0 F 129 62 2B
Octal 316 2 330 5 143 0 17 451 142 53
Binary 11001110 10 11011000 101 1100011 0 1111 100101001 1100010 101011

Color Harmonies of #CE02D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE02D8

Black with #CE02D8

Text Example


Text Example

White with #CE02D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE02D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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