Html Css Color HEX #CE06CD Deep Magenta

📋 copy color: '#CE06CD'

red 206 ◦ green 6 ◦ blue 205

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

Shades of Deep Magenta #CE06CD

Tints of Deep Magenta #CE06CD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.44%

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

R = 49.4%
G = 1.44%
B = 49.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE06CD (or 0xCE06CD) is known color: Deep Magenta. HEX triplet: CE, 06 and CD. RGB value is (206,6,205). Sum of RGB (Red+Green+Blue) = 206+6+205=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06CD is #31F932. Grayscale: #575757. Windows color (decimal): -3275059 or 13436622. OLE color: 13436622.

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

Color convert

RGB 206 6 205 -
CMYK 0 0.97 0.00 0.19
HSL 300.3º 0.94% 0.42% -
HSV(B) 300.3º 0.97% 0.81% -
XYZ 36.54 17.66 59.24 -
YUV 88.49 193.76 211.82 -
System Red Green Blue C M Y K H S L
Decimal 206 6 205 0 0.97 0.00 0.19 300.3 0.94 0.42
Hex CE 6 CD 0 61 0 13 12C 5E 2A
Octal 316 6 315 0 141 0 23 454 136 52
Binary 11001110 110 11001101 0 1100001 0 10011 100101100 1011110 101010

Color Harmonies of #CE06CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE06CD

Black with #CE06CD

Text Example


Text Example

White with #CE06CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE06CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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