Html Css Color HEX #CE00D2 Deep Magenta

📋 copy color: '#CE00D2'

red 206 ◦ green 0 ◦ blue 210

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

Shades of Deep Magenta #CE00D2

Tints of Deep Magenta #CE00D2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 210 (82.42% from 255) = 50.48%

R = 49.52%
G = 0%
B = 50.48%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE00D2 (or 0xCE00D2) is known color: Deep Magenta. HEX triplet: CE, 00 and D2. RGB value is (206,0,210). Sum of RGB (Red+Green+Blue) = 206+0+210=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 210 (82.42% from 255 or 50.48% from 416); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE00D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00D2 is #31FF2D. Grayscale: #545454. Windows color (decimal): -3276590 or 13762766. OLE color: 13762766.

HSL color Cylindrical-coordinate representation of color #CE00D2: hue angle of 298.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00D2 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 0 210 -
CMYK 0.02 1 0 0.18
HSL 298.86º 1% 0.41% -
HSV(B) 298.86º 1% 0.82% -
XYZ 37.09 17.77 62.45 -
YUV 85.53 198.25 213.92 -
System Red Green Blue C M Y K H S L
Decimal 206 0 210 0.02 1 0 0.18 298.86 1 0.41
Hex CE 0 D2 2 64 0 12 12B 64 29
Octal 316 0 322 2 144 0 22 453 144 51
Binary 11001110 0 11010010 10 1100100 0 10010 100101011 1100100 101001

Color Harmonies of #CE00D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE00D2

Black with #CE00D2

Text Example


Text Example

White with #CE00D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE00D2; }

 p { color: rgb(206,0,210); }

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

background-color css

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

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

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

border-color css

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

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

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