Html Css Color HEX #CE06B9 Deep Magenta

📋 copy color: '#CE06B9'

red 206 ◦ green 6 ◦ blue 185

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

Shades of Deep Magenta #CE06B9

Tints of Deep Magenta #CE06B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.6%

R = 51.89%
G = 1.51%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE06B9 (or 0xCE06B9) is known color: Deep Magenta. HEX triplet: CE, 06 and B9. RGB value is (206,6,185). Sum of RGB (Red+Green+Blue) = 206+6+185=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06B9 is #31F946. Grayscale: #555555. Windows color (decimal): -3275079 or 12125902. OLE color: 12125902.

HSL color Cylindrical-coordinate representation of color #CE06B9: hue angle of 306.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 #CE06B9 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 6 185 -
CMYK 0 0.97 0.10 0.19
HSL 306.3º 0.94% 0.42% -
HSV(B) 306.3º 0.97% 0.81% -
XYZ 34.28 16.75 47.33 -
YUV 86.21 183.76 213.45 -
System Red Green Blue C M Y K H S L
Decimal 206 6 185 0 0.97 0.10 0.19 306.3 0.94 0.42
Hex CE 6 B9 0 61 A 13 132 5E 2A
Octal 316 6 271 0 141 12 23 462 136 52
Binary 11001110 110 10111001 0 1100001 1010 10011 100110010 1011110 101010

Color Harmonies of #CE06B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE06B9

Black with #CE06B9

Text Example


Text Example

White with #CE06B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE06B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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