Html Css Color HEX #CE10CD Deep Magenta

📋 copy color: '#CE10CD'

red 206 ◦ green 16 ◦ blue 205

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

Shades of Deep Magenta #CE10CD

Tints of Deep Magenta #CE10CD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.75%

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 48.24%
G = 3.75%
B = 48.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE10CD (or 0xCE10CD) is known color: Deep Magenta. HEX triplet: CE, 10 and CD. RGB value is (206,16,205). Sum of RGB (Red+Green+Blue) = 206+16+205=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE10CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE10CD is #31EF32. Grayscale: #5D5D5D. Windows color (decimal): -3272499 or 13439182. OLE color: 13439182.

HSL color Cylindrical-coordinate representation of color #CE10CD: hue angle of 300.32º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE10CD is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 16 205 -
CMYK 0 0.92 0.00 0.19
HSL 300.32º 0.86% 0.44% -
HSV(B) 300.32º 0.92% 0.81% -
XYZ 36.66 17.9 59.28 -
YUV 94.36 190.45 207.63 -
System Red Green Blue C M Y K H S L
Decimal 206 16 205 0 0.92 0.00 0.19 300.32 0.86 0.44
Hex CE 10 CD 0 5C 0 13 12C 56 2C
Octal 316 20 315 0 134 0 23 454 126 54
Binary 11001110 10000 11001101 0 1011100 0 10011 100101100 1010110 101100

Color Harmonies of #CE10CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE10CD

Black with #CE10CD

Text Example


Text Example

White with #CE10CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE10CD; }

 p { color: rgb(206,16,205); }

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

background-color css

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

 a { background-color: rgb(206,16,205); }

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

border-color css

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

 span { border-color: rgb(206,16,205); }

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