Html Css Color HEX #CE2CD0 Deep Magenta

📋 copy color: '#CE2CD0'

red 206 ◦ green 44 ◦ blue 208

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

Shades of Deep Magenta #CE2CD0

Tints of Deep Magenta #CE2CD0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.61%

 BLUE value IS 208 (81.64% from 255) = 45.41%

R = 44.98%
G = 9.61%
B = 45.41%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE2CD0 (or 0xCE2CD0) is known color: Deep Magenta. HEX triplet: CE, 2C and D0. RGB value is (206,44,208). Sum of RGB (Red+Green+Blue) = 206+44+208=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE2CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CD0 is #31D32F. Grayscale: #6E6E6E. Windows color (decimal): -3265328 or 13642958. OLE color: 13642958.

HSL color Cylindrical-coordinate representation of color #CE2CD0: hue angle of 299.27º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2CD0 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 44 208 -
CMYK 0.01 0.79 0 0.18
HSL 299.27º 0.65% 0.49% -
HSV(B) 299.27º 0.79% 0.82% -
XYZ 37.74 19.48 61.44 -
YUV 111.13 182.67 195.66 -
System Red Green Blue C M Y K H S L
Decimal 206 44 208 0.01 0.79 0 0.18 299.27 0.65 0.49
Hex CE 2C D0 1 4F 0 12 12B 41 31
Octal 316 54 320 1 117 0 22 453 101 61
Binary 11001110 101100 11010000 1 1001111 0 10010 100101011 1000001 110001

Color Harmonies of #CE2CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CD0

Black with #CE2CD0

Text Example


Text Example

White with #CE2CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CD0; }

 p { color: rgb(206,44,208); }

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

background-color css

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

 a { background-color: rgb(206,44,208); }

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

border-color css

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

 span { border-color: rgb(206,44,208); }

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