Html Css Color HEX #CE06B6 Deep Magenta

📋 copy color: '#CE06B6'

red 206 ◦ green 6 ◦ blue 182

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

Shades of Deep Magenta #CE06B6

Tints of Deep Magenta #CE06B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.19%

R = 52.28%
G = 1.52%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE06B6 (or 0xCE06B6) is known color: Deep Magenta. HEX triplet: CE, 06 and B6. RGB value is (206,6,182). Sum of RGB (Red+Green+Blue) = 206+6+182=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06B6 is #31F949. Grayscale: #555555. Windows color (decimal): -3275082 or 11929294. OLE color: 11929294.

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

Color convert

RGB 206 6 182 -
CMYK 0 0.97 0.12 0.19
HSL 307.2º 0.94% 0.42% -
HSV(B) 307.2º 0.97% 0.81% -
XYZ 33.96 16.63 45.68 -
YUV 85.86 182.26 213.69 -
System Red Green Blue C M Y K H S L
Decimal 206 6 182 0 0.97 0.12 0.19 307.2 0.94 0.42
Hex CE 6 B6 0 61 C 13 133 5E 2A
Octal 316 6 266 0 141 14 23 463 136 52
Binary 11001110 110 10110110 0 1100001 1100 10011 100110011 1011110 101010

Color Harmonies of #CE06B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE06B6

Black with #CE06B6

Text Example


Text Example

White with #CE06B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE06B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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